Skip to content

Commit 81f3bde

Browse files
committed
maint(build): Cleanup package.json a bit.
1 parent 4167497 commit 81f3bde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
"build": "NODE_ENV=production webpack --config webpack/webpack.config.js",
9494
"build:stats": "NODE_ENV=production webpack --config webpack/webpack.config.js --json > stats.json",
9595
"test": "jest --watch",
96-
"testonce": "jest",
97-
"release": "release-it",
98-
"release-test": "release-it --dry-run"
96+
"testonce": "jest"
9997
},
10098
"browserslist": [
10199
">0.2%",

0 commit comments

Comments
 (0)