mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-25 12:25:52 -08:00
Compare commits
1 Commits
select-cat
...
deploy
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c71f573a97 |
@@ -33,7 +33,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2",
|
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2",
|
||||||
"predeploy": "npm run build && npm pack",
|
"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",
|
"build": "npm run wasm && vite build && cp examples/index.html dist/index.html",
|
||||||
"dev": "npm run build && vite",
|
"dev": "npm run build && vite",
|
||||||
"serve": "npm run dev",
|
"serve": "npm run dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user