Skip to content

Commit 5435641

Browse files
authored
v0.3.0
with bugfix - Circle Ci config 에 remote 추가 (#211)
2 parents 394dc4a + fb72f32 commit 5435641

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ 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 set-url upstream "https://github.com/channel.io/design-system"
6770
- run: npm publish
6871

6972
workflows:

0 commit comments

Comments
 (0)