Skip to content

Commit

Permalink
refactor: 패키지 구조 변경에 의한 chromatic ci yml 수정 6트
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Jan 22, 2024
1 parent 8e2ab91 commit 56ba051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/design-system-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: yarn
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: yarn run deploy:design-system ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
3 changes: 2 additions & 1 deletion frontend-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
]
},
"scripts": {
"build:design-system": "yarn workspace hang-log-design-system publish:npm"
"build:design-system": "yarn workspace hang-log-design-system publish:npm",
"deploy:design-system":"yarn workspace hang-log-design-system npx chromatic --project-token="
},
"dependencies": {
"@babel/runtime": "7.14.6",
Expand Down

0 comments on commit 56ba051

Please sign in to comment.