add reload packge.json script
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc --project . && vite build --config vite.config.mts",
|
"build": "tsc --project . && vite build --config vite.config.mts",
|
||||||
|
"reload": "bun run build && osascript -e 'tell application \"Google Chrome\" to open location \"chrome://extensions/?id=elnnakgjclnapgflmidlpobefkdmapdm\"'",
|
||||||
"watch": "vite build --watch --config vite.config.mts",
|
"watch": "vite build --watch --config vite.config.mts",
|
||||||
"clean": "rm -rf dist"
|
"clean": "rm -rf dist"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user