mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-06-21 10:01:08 +00:00
fixing watch
This commit is contained in:
parent
1723196db6
commit
8f99895c88
1 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,7 @@
|
|||
"deploy-v2": "npm run deploy-v3 && node ./tools/v2.js",
|
||||
"build": "vite build",
|
||||
"build-tooling": "tsc --project ./tooling.tsconfig.json",
|
||||
"watch-ts": "tsc -w -p tsconfig.json",
|
||||
"watch-sass": "sass --watch ./src/sass/:./dist/css/",
|
||||
"watch": "vite build --watch",
|
||||
"sync": "npm run build-tooling && node ./tools/syncConfig.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -44,4 +43,4 @@
|
|||
"@webcomponents/custom-elements": "^1.6.0",
|
||||
"bootstrap": "^5.3.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue