updated browser-scripts-builder

This commit is contained in:
2022-06-09 11:53:21 -05:00
parent 7c8dc85fd5
commit c7195d5f2c
2 changed files with 5 additions and 5 deletions

View File

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