We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c21aa2 commit 01f1a82Copy full SHA for 01f1a82
package.json
@@ -48,8 +48,7 @@
48
"pack:renderer": "webpack --mode=production --node-env=production --config _scripts/webpack.renderer.config.js",
49
"pack:web": "webpack --mode=production --node-env=production --config _scripts/webpack.web.config.js",
50
"pack:botGuardScript": "webpack --config _scripts/webpack.botGuardScript.config.js",
51
- "postinstall": "run-s --silent patch-shaka",
52
- "release": "run-s test build",
+ "postinstall": "yarn run --silent patch-shaka",
53
"ci": "yarn install --silent --frozen-lockfile --network-concurrency 1"
54
},
55
"dependencies": {
0 commit comments