Skip to content

Commit

Permalink
chore: Updated npm scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
sprout2000 committed Dec 17, 2021
1 parent 0f4680c commit b2eb79c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"dev": "run-p dev:*",
"dev:electron": "wait-on ./dist/index.html && cross-env NODE_ENV=\"development\" electron .",
"dev:tsc": "tsc -w -p tsconfig.main.json",
"dev:webpack": "webpack --watch --progress",
"dev:webpack": "webpack --watch",
"serve": "electron .",
"clean": "rimraf dist release",
"build": "cross-env NODE_ENV=\"development\" webpack --config webpack.config.prod.ts --progress",
"build:prod": "cross-env NODE_ENV=\"production\" webpack --config webpack.config.prod.ts --progress",
"build": "cross-env NODE_ENV=\"development\" webpack --config webpack.config.prod.ts",
"build:prod": "cross-env NODE_ENV=\"production\" webpack --config webpack.config.prod.ts",
"build:appx": "ts-node scripts/appx.ts",
"build:linux": "ts-node scripts/linux.ts",
"build:darwin": "ts-node scripts/build.ts",
Expand Down

0 comments on commit b2eb79c

Please sign in to comment.