We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6fe5b commit cf997b4Copy full SHA for cf997b4
package.json
@@ -25,8 +25,8 @@
25
"npm-publish": "npm run lint && npm run build && npm test && npm publish",
26
"lint": "eslint --ext js,jsx .",
27
"install-test-webpack-versions": "./bin/install-test-webpack-versions.sh",
28
- "test": "npm run install-test-webpack-versions && NODE_OPTIONS=--openssl-legacy-provider jest --runInBand",
29
- "test-dev": "npm run install-test-webpack-versions && NODE_OPTIONS=--openssl-legacy-provider jest --watch --runInBand"
+ "test": "npm run install-test-webpack-versions && jest --runInBand",
+ "test-dev": "npm run install-test-webpack-versions && jest --watch --runInBand"
30
},
31
"files": [
32
"public",
0 commit comments