mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Remove cd from cargo watch command
This commit is contained in:
parent
53a32e50b8
commit
bdea3ff46c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"build": "npm run build-wasm && vite build || (npm run print-building-help && exit 1)",
|
||||
"lint": "eslint src || (npm run print-linting-help && exit 1)",
|
||||
"build-wasm": "wasm-pack build ./wasm --release",
|
||||
"watch:wasm": "cd wasm && cargo watch -s \"wasm-pack build --dev\"",
|
||||
"watch:wasm": "cargo watch -s \"wasm-pack build ./frontend/wasm --dev\"",
|
||||
"preview": "vite preview",
|
||||
"print-building-help": "echo 'Graphite project failed to build. Did you remember to `npm install` the dependencies in `/frontend`?'",
|
||||
"print-linting-help": "echo 'Graphite project had lint errors, or may have otherwise failed. In the latter case, did you remember to `npm install` the dependencies in `/frontend`?'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue