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",
|
"deploy-v2": "npm run deploy-v3 && node ./tools/v2.js",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"build-tooling": "tsc --project ./tooling.tsconfig.json",
|
"build-tooling": "tsc --project ./tooling.tsconfig.json",
|
||||||
"watch-ts": "tsc -w -p tsconfig.json",
|
"watch": "vite build --watch",
|
||||||
"watch-sass": "sass --watch ./src/sass/:./dist/css/",
|
|
||||||
"sync": "npm run build-tooling && node ./tools/syncConfig.js"
|
"sync": "npm run build-tooling && node ./tools/syncConfig.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -44,4 +43,4 @@
|
||||||
"@webcomponents/custom-elements": "^1.6.0",
|
"@webcomponents/custom-elements": "^1.6.0",
|
||||||
"bootstrap": "^5.3.3"
|
"bootstrap": "^5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue