Remove check:build postinstall script since it's prebuilt now

This commit is contained in:
JJ Kasper
2018-06-01 22:28:10 -05:00
parent a93ff98e2d
commit 2929827618
26 changed files with 20 additions and 66 deletions

View File

@@ -33,8 +33,7 @@
"start:dev": "node src/",
"start": "cross-env NODE_ENV=production node src/",
"test": "npm run lint && npm run build && npm run mocha",
"check:build": "if-env NODE_ENV=production && npm run build || echo ''",
"postinstall": "node ./genSecret.js && npm run check:build"
"postinstall": "node ./genSecret.js"
},
"dependencies": {
"@feathersjs/authentication": "^2.1.5",