Skip to content

Commit d3a8f59

Browse files
committed
🚑️ ️Fix bug - Cannot find module "..\tsc"
1 parent 6d20a49 commit d3a8f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"clean": "node ./scripts/clean.mjs",
1010
"dev": "npm run build && npx electron .",
11-
"build": "npm run clean && npx tsc -p tsconfig.json",
11+
"build": "npm run clean && tsc -p tsconfig.json",
1212
"prepare-icons": "node ./scripts/generate-icons.mjs",
1313
"prepare-server": "node ./scripts/prepare-server.mjs",
1414
"pack": "npm run prepare-icons && electron-builder --dir --config electron-builder.yml",

0 commit comments

Comments
 (0)