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

Commit 986301f

Browse files
committed
build(pkg): update scripts
1 parent 5a5be4b commit 986301f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "",
55
"main": "commitlint.config.js",
66
"scripts": {
7-
"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",
8-
"ex:build": "tsc build/webpack.prod.ts && rm -rf dist && webpack --config build/webpack.prod.js && npm run tsc:clean",
9-
"release": "tsc build/release/webpack.prod.ts && rm -rf release && webpack --config build/release/webpack.prod.js && npm run tsc:clean",
7+
"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",
8+
"ex:build": "tsc ./build/webpack.prod.ts && rm -rf dist && webpack --config build/webpack.prod.js && npm run tsc:clean",
9+
"release": "tsc ./build/release/webpack.prod.ts && rm -rf release && webpack --config build/release/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",

src/utils/constants.ts

Whitespace-only changes.

src/utils/log.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)