mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-12 04:32:41 +00:00
Reinstate PostInstall script for testing
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
"test:route": "jest tests/routes/static-pages.test.js --verbose",
|
"test:route": "jest tests/routes/static-pages.test.js --verbose",
|
||||||
"phb": "node scripts/phb.js",
|
"phb": "node scripts/phb.js",
|
||||||
"prod": "set NODE_ENV=production && npm run build",
|
"prod": "set NODE_ENV=production && npm run build",
|
||||||
|
"postinstall": "npm run build",
|
||||||
"start": "node server.js"
|
"start": "node server.js"
|
||||||
},
|
},
|
||||||
"author": "stolksdorf",
|
"author": "stolksdorf",
|
||||||
|
|||||||
Reference in New Issue
Block a user