Skip to content

Commit 316b3e8

Browse files
authored
v0.3.0
- storybook deploy 관련 CI 설정 제거 (#218)
2 parents bf16361 + 069f4db commit 316b3e8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ jobs:
6464
- run:
6565
name: Authenticate to npm registry
6666
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > .npmrc
67-
- run:
68-
name: Config git remote
69-
command: git remote add upstream "https://github.com/channel-io/design-system"
7067
- run: npm publish
7168

7269
workflows:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jest:watch": "cross-env BABEL_ENV=test jest --watch",
2727
"build": "cross-env BABEL_ENV=build rollup -c",
2828
"prebuild": "npm run typecheck",
29-
"prepublishOnly": "npm run build:icon && npm run build && npm run build:storybook && npm run deploy:storybook",
29+
"prepublishOnly": "npm run build:icon && npm run build",
3030
"antlr:lexer": "antlr4ts src/components/Editor/utils/Parsers/Antlr/TextBlockLexer.g4",
3131
"antlr:parser": "antlr4ts src/components/Editor/utils/Parsers/Antlr/TextBlockParser.g4",
3232
"build:storybook": "build-storybook",

0 commit comments

Comments
 (0)