|
@@ -147,7 +147,8 @@
|
|
|
"size": "echo 'JS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.js | gzip | wc -c && echo 'CSS Bundle mingz:' && cat ./packages/uppy/dist/uppy.min.css | gzip | wc -c",
|
|
|
"start:companion": "bash bin/companion.sh",
|
|
|
"start": "npm-run-all --parallel watch start:companion web:start",
|
|
|
- "e2e": "yarn build && npm-run-all --parallel watch:js:lib e2e:client start:companion e2e:cypress",
|
|
|
+ "e2e": "yarn build && yarn e2e:skip-build",
|
|
|
+ "e2e:skip-build": "npm-run-all --parallel watch:js:lib e2e:client start:companion e2e:cypress",
|
|
|
"e2e:ci": "start-server-and-test 'npm-run-all --parallel e2e:client start:companion' '1234|3020' e2e:headless",
|
|
|
"e2e:client": "yarn workspace e2e client:start",
|
|
|
"e2e:cypress": "yarn workspace e2e cypress:open",
|