Skip to content

Commit ecbdcf7

Browse files
committed
fixup: cross-platform shell support
1 parent cbf67fb commit ecbdcf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/svelte-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"test": "pnpm install && NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --no-warnings\" jest --coverage",
7+
"test": "pnpm install && NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --coverage",
88
"test:watch": "pnpm run test --watch"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)