only deploy for the dev mode

This commit is contained in:
Matthieu BAUMANN
2022-10-24 11:58:55 +02:00
parent db29ba3c52
commit 09e4b2273e

View File

@@ -3,8 +3,7 @@
"name": "hips_webgl_renderer",
"scripts": {
"predeploy": "npm run build",
"deploy": "./deploy.sh",
"deploy-dbg": "./deploy-dbg.sh",
"deploy": "./deploy-dbg.sh",
"build": "webpack && sed \"s/\\\\.\\\\/\\\\.\\\\.\\\\/aladin\\\\.js/https:\\\\/\\\\/aladin.cds.unistra.fr\\\\/AladinLite\\\\/api\\\\/v3\\\\/latest\\\\/aladin.js/g\" examples/index.html > dist/index.html",
"serve": "webpack-dev-server"
},