remove path to tap in package.json

This commit is contained in:
BryceLTaylor 2018-07-05 13:24:31 -04:00
parent 8231453bab
commit 5edb9fe425

View file

@ -6,9 +6,9 @@
"start": "make start",
"stop": "make stop",
"test": "make test",
"smoke": "./node_modules/.bin/tap ./test/integration/smoke-testing/*.js --timeout=3600",
"smoke": "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",
"smoke-sauce": "tap ./test/integration/smoke-testing/*.js --timeout=60000",
"watch": "make watch",
"build": "make build",
"dev": "make watch && make start &"