Skip to content

Commit aaf31e2

Browse files
committedJan 23, 2024
test: update
1 parent 3ed63d2 commit aaf31e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"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",
3636
"build:types": "rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \"types/**/*.ts\" --write && prettier \"types/**/*.ts\" --write",
3737
"build": "npm-run-all -p \"build:**\"",
38-
"test:only": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
38+
"test:only": "NODE_OPTIONS=\"--experimental-vm-modules\" jest",
3939
"test:coverage": "npm run test:only -- --coverage",
4040
"test:watch": "npm run test:coverage --watch",
4141
"test": "npm run test:coverage",

0 commit comments

Comments
 (0)
Please sign in to comment.