From 09e4b2273e65cdc2650f8a7be30d5e59e935ebf0 Mon Sep 17 00:00:00 2001 From: Matthieu BAUMANN Date: Mon, 24 Oct 2022 11:58:55 +0200 Subject: [PATCH] only deploy for the dev mode --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f951494..a8be5995 100644 --- a/package.json +++ b/package.json @@ -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" },