Skip to content

Commit 2d5e661

Browse files
committed
update script for windows
1 parent fabb76b commit 2d5e661

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
@@ -52,7 +52,7 @@
5252
"test:integration": "npm run jest -- --selectProjects integration",
5353
"test:unit": "npm run jest -- --selectProjects unit",
5454
"test": "npm run jest && run-s test:e2e",
55-
"jest": "NODE_OPTIONS=--experimental-vm-modules jest",
55+
"jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
5656
"watch:css": "npm run css -- -o themes -w",
5757
"watch:js": "node build/build.js"
5858
},

0 commit comments

Comments
 (0)