We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55dbc6 commit 12e3cd6Copy full SHA for 12e3cd6
1 file changed
package.json
@@ -27,7 +27,7 @@
27
"e2e:cypress": "yarn workspace e2e cypress:open",
28
"e2e:generate": "yarn workspace e2e generate-test",
29
"e2e:headless": "yarn workspace e2e cypress:headless",
30
- "e2e": "npm-run-all --parallel watch e2e:client start:companion:with-loadbalancer e2e:cypress",
+ "e2e": "npm-run-all --parallel build:watch e2e:client start:companion:with-loadbalancer e2e:cypress",
31
"release": "PACKAGES=$(yarn workspaces list --json) yarn workspace @uppy-dev/release interactive",
32
"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",
33
"start:companion": "yarn workspace @uppy/companion start:dev",
0 commit comments