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 4167497 commit 81f3bdeCopy full SHA for 81f3bde
package.json
@@ -93,9 +93,7 @@
93
"build": "NODE_ENV=production webpack --config webpack/webpack.config.js",
94
"build:stats": "NODE_ENV=production webpack --config webpack/webpack.config.js --json > stats.json",
95
"test": "jest --watch",
96
- "testonce": "jest",
97
- "release": "release-it",
98
- "release-test": "release-it --dry-run"
+ "testonce": "jest"
99
},
100
"browserslist": [
101
">0.2%",
0 commit comments