Skip to content

Commit 12e3cd6

Browse files
authored
fix e2e script (transloadit#5827)
changed build`watch` script for e2e
1 parent b55dbc6 commit 12e3cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"e2e:cypress": "yarn workspace e2e cypress:open",
2828
"e2e:generate": "yarn workspace e2e generate-test",
2929
"e2e:headless": "yarn workspace e2e cypress:headless",
30-
"e2e": "npm-run-all --parallel watch e2e:client start:companion:with-loadbalancer e2e:cypress",
30+
"e2e": "npm-run-all --parallel build:watch e2e:client start:companion:with-loadbalancer e2e:cypress",
3131
"release": "PACKAGES=$(yarn workspaces list --json) yarn workspace @uppy-dev/release interactive",
3232
"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",
3333
"start:companion": "yarn workspace @uppy/companion start:dev",

0 commit comments

Comments
 (0)