mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
build: watch scripts dir too
This commit is contained in:
parent
58ed23913d
commit
e82218e156
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"watch": "chokidar src --initial --silent -i 'src/excmds_{background,content}.ts' -i 'src/static/docs' -c 'webpack --display errors-only'",
|
||||
"watch": "chokidar src scripts --initial --silent -i 'src/excmds_{background,content}.ts' -i 'src/static/docs' -c 'webpack --display errors-only'",
|
||||
"clean": "rm -rf build",
|
||||
"test": "npm run build && jest --silent",
|
||||
"update-buildsystem": "rm -rf src/node_modules; npm run clean"
|
||||
|
|
Loading…
Add table
Reference in a new issue