Compare commits

...

1 Commits
list ... deploy

Author SHA1 Message Date
Matthieu BAUMANN
c71f573a97 set to production 2023-05-26 18:43:50 +02:00

View File

@@ -33,7 +33,7 @@
"scripts": {
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2",
"predeploy": "npm run build && npm pack",
"deploy": "./deploy-dbg.sh",
"deploy": "./deploy.sh",
"build": "npm run wasm && vite build && cp examples/index.html dist/index.html",
"dev": "npm run build && vite",
"serve": "npm run dev",