Skip to content

Commit 01f1a82

Browse files
authored
Remove unused test script and speed up postinstall hook (#7472)
1 parent 3c21aa2 commit 01f1a82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
"pack:renderer": "webpack --mode=production --node-env=production --config _scripts/webpack.renderer.config.js",
4949
"pack:web": "webpack --mode=production --node-env=production --config _scripts/webpack.web.config.js",
5050
"pack:botGuardScript": "webpack --config _scripts/webpack.botGuardScript.config.js",
51-
"postinstall": "run-s --silent patch-shaka",
52-
"release": "run-s test build",
51+
"postinstall": "yarn run --silent patch-shaka",
5352
"ci": "yarn install --silent --frozen-lockfile --network-concurrency 1"
5453
},
5554
"dependencies": {

0 commit comments

Comments
 (0)