From 0c8d684484e56fc61b995a517b9393c8867c68cd Mon Sep 17 00:00:00 2001 From: Michael Puehringer Date: Thu, 9 Nov 2023 11:03:16 +0100 Subject: [PATCH 1/2] Prepare no_dist version --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ee856b8..3cb6e20 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "docs": "visyn_scripts docs", "lint:fix": "visyn_scripts lint --fix", "lint": "visyn_scripts lint", - "prepack": "yarn run build", "start:fast": "visyn_scripts start --env workspace_mode=single fast=true", "start": "visyn_scripts start --env workspace_mode=single", "storybook:build": "NODE_OPTIONS=--max_old_space_size=4096 build-storybook", @@ -78,8 +77,8 @@ "react-router-dom": "^6.9.0", "react-vega": "^7.6.0", "redux": "^4.1.2", - "visyn_core": "git+ssh://git@github.com/datavisyn/visyn_core#develop", - "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#develop", + "visyn_core": "git+ssh://git@github.com/datavisyn/visyn_core#no_dist", + "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#no_dist", "vsup": "^1.1.0", "worker-loader": "^3.0.8" }, From a40b41233fe8f8d9e89d1b97cb3c10496adfa2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=BChringer?= <51900829+puehringer@users.noreply.github.com> Date: Thu, 9 Nov 2023 20:07:33 +0100 Subject: [PATCH 2/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3cb6e20..bdb3c3e 100644 --- a/package.json +++ b/package.json @@ -77,8 +77,8 @@ "react-router-dom": "^6.9.0", "react-vega": "^7.6.0", "redux": "^4.1.2", - "visyn_core": "git+ssh://git@github.com/datavisyn/visyn_core#no_dist", - "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#no_dist", + "visyn_core": "git+ssh://git@github.com/datavisyn/visyn_core#develop", + "visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#develop", "vsup": "^1.1.0", "worker-loader": "^3.0.8" },