diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 50a54e0..6592d00 100644 --- a/package.json +++ b/package.json @@ -8,5 +8,9 @@ "electron-devtools-installer": "^3.2.0", "jsposed": "^1.0.2", "prettier": "^2.7.1" + }, + "scripts": { + "build": "node build.mjs", + "watch": "node build.mjs --watch" } }
\ No newline at end of file |