Skip to content

Commit

Permalink
NVM path, remove auto install
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Apr 21, 2022
1 parent 2b0d7f7 commit 322879a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

# Add to path for GUIs (Tower, etc.)
PATH="/usr/local/bin:$PATH"
[[ -s $HOME/.nvm/nvm.sh ]] && . $HOME/.nvm/nvm.sh

npx lint-staged
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"main": "webpack.config.js",
"scripts": {
"build": "webpack --node-env=production --progress",
"serve": "webpack-dev-server --node-env=development",
"prepare": "husky install"
"serve": "webpack-dev-server --node-env=development"
},
"devDependencies": {
"@craftcms/webpack": "./packages/craftcms-webpack",
Expand Down

0 comments on commit 322879a

Please sign in to comment.