mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Make NPM script have sauce defaults
This commit is contained in:
parent
de9eb54f60
commit
3d42cefae2
1 changed files with 2 additions and 1 deletions
|
@ -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 &"
|
||||
|
|
Loading…
Reference in a new issue