mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-27 12:13:53 +00:00
Disable zuul for now
This commit is contained in:
parent
86ac0e0216
commit
5bef2a2016
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"start": "npm run build && npm run web",
|
||||
"test:phantom": "zuul test/spec/upload.js --phantom",
|
||||
"test:unit": "node test/index.js",
|
||||
"test": "npm run lint && npm run test:unit && npm run test:phantom",
|
||||
"test": "npm run lint && npm run test:unit",
|
||||
"watch:all": "parallelshell 'npm run watch' 'npm run web'",
|
||||
"watch:css": "nodemon --watch src --ext scss -x 'npm run build && node website/update.js'",
|
||||
"watch:examples": "cd website && node build-examples.js watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue