diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 5f818b6..b4e34e6 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "build wechat miniprogram with gleam", "scripts": { "build": "gleam run -m build", + "watch": "WECHAT_BUILD_WATCH=1 gleam run -m build", "clean": "rm -rf dist/*" }, "author": "Kai WU", |