mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-12 10:15:01 +00:00
Re-add hint in case build fails in dev
This commit is contained in:
parent
79651298d0
commit
24bfd65617
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"author": "Graphite Authors <contact@graphite.rs>",
|
||||
"scripts": {
|
||||
"start": "npm run dev",
|
||||
"dev": "wasm-pack build ./wasm --dev && concurrently -k --handle-input \"vite\" \"npm run watch:wasm\"",
|
||||
"dev": "wasm-pack build ./wasm --dev && concurrently -k --handle-input \"vite\" \"npm run watch:wasm\" || (npm run print-building-help && exit 1)",
|
||||
"tauri:dev": "vite",
|
||||
"build": "npm run build-wasm && vite build || (npm run print-building-help && exit 1)",
|
||||
"lint": "eslint src || (npm run print-linting-help && exit 1)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue