Add npm start command to package.json

This commit is contained in:
Keavon Chambers 2023-03-03 14:55:08 -08:00
parent 73e7fff0a8
commit 57b4fb2f60
2 changed files with 3 additions and 2 deletions

View file

@ -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)",