Skip to content

Commit

Permalink
use build tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Jan 14, 2023
1 parent 57035fc commit e760a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"format": "prettier --write '**/*.{yml,json,md,html,ts,js}'",
"format:check": "prettier --check '**/*.{yml,json,md,html,ts,js}'",
"prod": "npm run compile && npm run bundle && npm run launch",
"compile": "npm run copy-assets && tsc",
"compile:watch": "npm run copy-assets && tsc -w",
"compile": "npm run copy-assets && tsc --project tsconfig.build.json",
"compile:watch": "npm run copy-assets && tsc --project tsconfig.build.json -w",
"build": "npm run compile && sleep 4 && npm run bundle && sleep 4 && electron-builder",
"copy-assets": "shx mkdir -p ./compiled/main/windows && shx cp ./main/windows/*.png ./compiled/main/windows",
"publish": "electron-builder -c.snap.publish=github",
Expand Down

0 comments on commit e760a1a

Please sign in to comment.