We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3ed63d2 commit aaf31e2Copy full SHA for aaf31e2
package.json
@@ -35,7 +35,7 @@
35
"build:client": "rimraf ./client/* && babel client-src/ --out-dir client/ --ignore \"client-src/webpack.config.js\" --ignore \"client-src/modules\" && webpack --config client-src/webpack.config.js",
36
"build:types": "rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \"types/**/*.ts\" --write && prettier \"types/**/*.ts\" --write",
37
"build": "npm-run-all -p \"build:**\"",
38
- "test:only": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
+ "test:only": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
39
"test:coverage": "npm run test:only -- --coverage",
40
"test:watch": "npm run test:coverage --watch",
41
"test": "npm run test:coverage",
0 commit comments