1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 09:05:56 +00:00

Adding a new script from populating the DB with a bunch of random brews

This commit is contained in:
Scott Tolksdorf
2017-01-27 09:56:44 -05:00
parent efee8ff05c
commit 2f82d3875e
5 changed files with 66 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
"quick": "node scripts/quick.js",
"build": "node scripts/build.js",
"phb": "node scripts/phb.js",
"genbrews": "node scripts/genbrews.js",
"prod": "set NODE_ENV=production&& npm run build",
"postinstall": "npm run build",
"start": "node server.js",