Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit 1fa43d1

Browse files
committed
fix(pkg): fix script typo
1 parent 92607b6 commit 1fa43d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"ex": "tsc ./build/webpack.dev.ts && env DEBUG=true webpack-dev-server --config build/webpack.dev.js --inline --progress --port 1338 && npm run tsc:clean",
88
"ex:build": "tsc ./build/webpack.prod.ts && rm -rf dist && webpack --config build/webpack.prod.js && npm run tsc:clean",
9-
"release": "tsc ./build/main/webpack.prod.ts && rm -rf release && webpack --config build/release/webpack.prod.js && npm run tsc:clean",
9+
"release": "tsc ./build/main/webpack.prod.ts && rm -rf release && webpack --config build/main/webpack.prod.js && npm run tsc:clean",
1010
"tsc:clean": "find build -name '*.js' | xargs rm -f ",
1111
"clearup": "rm -rf dist & rm -rf release",
1212
"commit": "node_modules/commitizen/bin/commitizen init cz-conventional-changelog --save --save-exact",

0 commit comments

Comments
 (0)