From 417be938b56367b296fddeee3240600788ac1400 Mon Sep 17 00:00:00 2001 From: Leo Jeong Date: Tue, 30 Jun 2020 16:01:29 +0900 Subject: [PATCH 1/2] =?UTF-8?q?publish=20=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20repository=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=B6=94=EA=B0=80=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * publish 스크립트 추가 및 repository 정보 추가 * Han 리뷰 반영 --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 16e038c413..f51662d19a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "@channel.io/design-system", "version": "0.1.2", "description": "Design System by Channel", + "repository": { + "type": "git", + "url": "https://github.com/channel-io/design-system" + }, "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", @@ -20,6 +24,7 @@ "jest": "jest", "jest:watch": "jest --watch", "build": "rollup -c", + "prepublishOnly": "npm run build", "build:storybook": "build-storybook", "deploy:storybook": "storybook-to-ghpages --remote=upstream" }, From e658d462671aee7918f77c1490d0235cd849fad6 Mon Sep 17 00:00:00 2001 From: Leo Jeong Date: Tue, 30 Jun 2020 16:04:10 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EC=88=98=EC=A0=95=20-?= =?UTF-8?q?=20v0.1.3=20(#43)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f51662d19a..58f6608c9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/design-system", - "version": "0.1.2", + "version": "0.1.3", "description": "Design System by Channel", "repository": { "type": "git",