Run scripts via 'npm run ...'

This commit is contained in:
pyoor 2018-02-05 19:46:22 -05:00
parent 12fa7b4ed5
commit 2ce98b1f6c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"test:lint": "cross-env NODE_ENV=test standard --verbose",
"test:lint:fix": "cross-env NODE_ENV=test standard --fix --verbose",
"build": "./build.py -l lib/ -d deploy/",
"postinstall": "npm build",
"postinstall": "npm run build",
"precommit": "npm run test:lint"
},
"standard": {