added watch script

This commit is contained in:
2022-06-09 10:29:57 -05:00
parent 74aeff0f7c
commit 61f4b5db57

View File

@@ -5,7 +5,8 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"prettier": "prettier --write .", "prettier": "prettier --write .",
"build": "npm run prettier && bsbuild" "build": "npm run prettier && bsbuild",
"watch": "bsbuild -w"
}, },
"repository": { "repository": {
"type": "git", "type": "git",