fix npm run build-wasm
This commit is contained in:
parent
0418a6b46a
commit
109e06ecad
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"wasm": "wasm-pack build ./planetwars-rs --target web",
|
"build-wasm": "wasm-pack build ./planetwars-rs --target web",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue