Skip to content

Commit

Permalink
update script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jun 26, 2023
1 parent fabb76b commit 2d5e661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"test:integration": "npm run jest -- --selectProjects integration",
"test:unit": "npm run jest -- --selectProjects unit",
"test": "npm run jest && run-s test:e2e",
"jest": "NODE_OPTIONS=--experimental-vm-modules jest",
"jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"watch:css": "npm run css -- -o themes -w",
"watch:js": "node build/build.js"
},
Expand Down

0 comments on commit 2d5e661

Please sign in to comment.