0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 06:32:39 +00:00

Starting to set up the snippets

This commit is contained in:
Scott Tolksdorf
2017-02-24 00:49:21 -05:00
parent 540c00cb0c
commit 0d0ce101f3
11 changed files with 443 additions and 29 deletions

View File

@@ -6,8 +6,10 @@
"dev": "node scripts/dev.js",
"quick": "node scripts/quick.js",
"build": "node scripts/build.js",
"phb": "node scripts/phb.js",
"populate": "node scripts/populate.js",
"temp" : "nodemon scripts/snippet.test.js",
"prod": "set NODE_ENV=production&& npm run build",
"postinstall": "npm run build",
"start": "node server.js",