Make NPM script have sauce defaults

This commit is contained in:
BryceLTaylor 2018-06-25 16:01:57 -04:00
parent de9eb54f60
commit 3d42cefae2

View file

@ -6,8 +6,9 @@
"start": "make start",
"stop": "make stop",
"test": "make test",
"smoke": "make smoke",
"smoke": "./node_modules/.bin/tap ./test/integration/smoke-testing/*.js --timeout=3600",
"smoke-verbose": "make smoke-verbose",
"smoke-sauce": "./node_modules/.bin/tap ./test/integration/smoke-testing/*.js --timeout=60000",
"watch": "make watch",
"build": "make build",
"dev": "make watch && make start &"