Skip to content

Commit 44e719a

Browse files
committed
remove Guard file since tsc --watch is sufficient
1 parent b8c3006 commit 44e719a

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

Guardfile

-26
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"tslint": "tslint -p .",
1414
"stylelint": "stylelint renderer/style.css",
1515
"lint": "npm-run-all --parallel tslint stylelint",
16-
"watch": "guard --watchdir main renderer bin",
16+
"watch": "tsc -p . --watch",
1717
"debug": "NODE_ENV=development electron .",
1818
"start": "NODE_ENV=production electron .",
1919
"preversion": "npm run lint",

0 commit comments

Comments
 (0)