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

Adding in notes and adding more to blocks

This commit is contained in:
Scott Tolksdorf
2017-02-26 17:42:21 -05:00
parent ef0265f4fa
commit 234d216d64
11 changed files with 215 additions and 25 deletions

View File

@@ -8,11 +8,13 @@
"build": "node scripts/build.js",
"populate": "node scripts/populate.js",
"snippet" : "nodemon scripts/snippet.test.js",
"prod": "set NODE_ENV=production&& npm run build",
"postinstall": "npm run build",
"start": "node server.js",
"snippet" : "nodemon scripts/snippet.test.js",
"todo" : "node_modules/.bin/notes -h true -x node_modules/ -x build/",
"test": "mocha tests",
"test:dev": "nodemon -x mocha tests || exit 0",
"test:markdown": "nodemon -x mocha tests/markdown.test.js || exit 0"