mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Warn users that watch is broken
This commit is contained in:
parent
d181e0b4a5
commit
d13fa243e7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "scripts/build.sh",
|
"build": "scripts/build.sh",
|
||||||
"watch": "chokidar src scripts --initial --silent -i 'src/excmds_{background,content}.ts' -i 'src/static/docs' -c 'npm run build'",
|
"watch": "echo 'watch is broken, use build instead'; exit 0; chokidar src scripts --initial --silent -i 'src/excmds_{background,content}.ts' -i 'src/static/docs' -c 'npm run build'",
|
||||||
"clean": "rm -rf build generated",
|
"clean": "rm -rf build generated",
|
||||||
"test": "npm run build && jest --silent",
|
"test": "npm run build && jest --silent",
|
||||||
"update-buildsystem": "rm -rf src/node_modules; npm run clean"
|
"update-buildsystem": "rm -rf src/node_modules; npm run clean"
|
||||||
|
|
Loading…
Add table
Reference in a new issue