Build after npm install

This commit is contained in:
pyoor 2018-02-05 15:14:15 -05:00
parent 4ee0a295a3
commit 4f66497578
1 changed files with 1 additions and 0 deletions

View File

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