fix npm run build-wasm

This commit is contained in:
Ilion Beyst 2021-12-26 22:24:23 +01:00
parent 0418a6b46a
commit 109e06ecad

View file

@ -5,7 +5,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"wasm": "wasm-pack build ./planetwars-rs --target web",
"build-wasm": "wasm-pack build ./planetwars-rs --target web",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},