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

Snippet bar has been replaced and new style of snippets being worked on

This commit is contained in:
Scott Tolksdorf
2017-02-26 11:53:40 -05:00
parent 0d0ce101f3
commit 9d4d337bb9
28 changed files with 302 additions and 1193 deletions

View File

@@ -8,7 +8,7 @@
"build": "node scripts/build.js",
"populate": "node scripts/populate.js",
"temp" : "nodemon scripts/snippet.test.js",
"snippet" : "nodemon scripts/snippet.test.js",
"prod": "set NODE_ENV=production&& npm run build",
"postinstall": "npm run build",