Merge pull request #21 from MozillaSecurity/postinstall
Run scripts via 'npm run ...'
This commit is contained in:
commit
4723596dab
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +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",
|
"postinstall": "npm run build",
|
||||||
"precommit": "npm run test:lint"
|
"precommit": "npm run test:lint"
|
||||||
},
|
},
|
||||||
"standard": {
|
"standard": {
|
||||||
|
|
Loading…
Reference in a new issue