Skip to content

Commit 7b462d3

Browse files
committed
fix(ci): update e2e build command to use turbo
1 parent 6d64c3f commit 7b462d3

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
@@ -48,7 +48,7 @@
4848
"build:plugins": "turbo build --filter '!./common/*' --filter '!./presets/**'",
4949
"build:presets": "turbo build --filter './presets/**...' --filter '!./presets/**' && turbo build --filter './presets/**'",
5050
"build:demo": "pnpm --filter univer-examples build:demo",
51-
"build:e2e": "pnpm --filter univer-examples build:e2e",
51+
"build:e2e": "turbo build:e2e --filter univer-examples",
5252
"serve:e2e": "serve ./examples/local",
5353
"test:e2e": "playwright test",
5454
"lint": "eslint .",

0 commit comments

Comments
 (0)