We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabb76b commit 2d5e661Copy full SHA for 2d5e661
package.json
@@ -52,7 +52,7 @@
52
"test:integration": "npm run jest -- --selectProjects integration",
53
"test:unit": "npm run jest -- --selectProjects unit",
54
"test": "npm run jest && run-s test:e2e",
55
- "jest": "NODE_OPTIONS=--experimental-vm-modules jest",
+ "jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
56
"watch:css": "npm run css -- -o themes -w",
57
"watch:js": "node build/build.js"
58
},
0 commit comments