Skip to content

Commit 00759d5

Browse files
committed
fix: e2e issue
1 parent da39928 commit 00759d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"task:add-umd-banner": "tsx scripts/add-umd-banner.ts",
100100
"task:build-es": "father build",
101101
"task:build-es-legacy": "father build",
102-
"task:bundle-e2e": "tsx scripts/make-e2e-bundle.ts && ls -l ./e2e/fixture/scripts",
102+
"task:bundle-e2e": "tsx scripts/make-e2e-bundle.ts && ls -l ./e2e/fixtures/scripts",
103103
"task:copy-dts": "shx cp ./src/*.d.ts ./lib",
104104
"task:copy-lib": "tsx scripts/copy-lib.ts",
105105
"task:jest": "jest --coverage",

0 commit comments

Comments
 (0)