update changelog

This commit is contained in:
Matthieu Baumann
2024-03-05 07:59:01 +01:00
parent aa7e98df8a
commit f291b750ed
2 changed files with 237 additions and 5 deletions

View File

@@ -34,7 +34,7 @@
"scripts": {
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2 -Z build-std=panic_abort,std -Z build-std-features=panic_immediate_abort ",
"predeploy": "npm run build && rm -rf aladin-lite.tgz && npm pack",
"deploy": "python3 version.py",
"deploy": "python3 deploy/deploy.py",
"build": "npm run wasm && vite build && cp examples/index.html dist/index.html",
"dev": "npm run build && vite",
"serve": "npm run dev",