0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Reinstate PostInstall script for testing

This commit is contained in:
G.Ambatte
2023-02-04 10:47:03 +13:00
parent 4a695eda87
commit 747bb3c489

View File

@@ -27,6 +27,7 @@
"test:route": "jest tests/routes/static-pages.test.js --verbose",
"phb": "node scripts/phb.js",
"prod": "set NODE_ENV=production && npm run build",
"postinstall": "npm run build",
"start": "node server.js"
},
"author": "stolksdorf",