Skip to content

Commit

Permalink
chore: fix npm scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
sprout2000 committed Sep 28, 2021
1 parent 9d6d6f6 commit c7d67c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@
"build:prod": "cross-env NODE_ENV=\"production\" webpack --config webpack.config.prod.ts --progress",
"build:unsign": "ts-node scripts/build-unsign.ts",
"build:appx": "ts-node scripts/build-appx.ts",
"build:darwin": "ts-node scripts/build.ts",
"lint": "run-s lint:*",
"lint:eslint": "eslint --fix .",
"lint:prettier": "prettier --write .",
"package": "run-s clean build:prod build:unsign",
"package:appx": "run-s clean build:prod build:appx",
"package:darwin": "run-s clean build:prod build:appx",
"prepare": "git config --local core.hooksPath .githooks"
},
"dependencies": {
Expand Down

0 comments on commit c7d67c8

Please sign in to comment.