Disable zuul for now

This commit is contained in:
Kevin van Zonneveld 2016-02-11 09:43:38 +01:00
parent 86ac0e0216
commit 5bef2a2016

View file

@ -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",