mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Add npm start command to package.json
This commit is contained in:
parent
73e7fff0a8
commit
57b4fb2f60
2 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
"description": "Graphite's web app frontend. Planned to be replaced by a native GUI written in Rust in the future.",
|
||||
"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\"",
|
||||
"tauri:dev": "vite",
|
||||
"build": "npm run build-wasm && vite build || (npm run print-building-help && exit 1)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue