Skip to content

Commit

Permalink
build: Storybook Chromatic 배포 Workflow 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Jul 3, 2024
1 parent 2ef9ce4 commit 7d8aa20
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Chromatic Deployment'

on:
push:
branches:
- feat/chromatic

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo "Yarn install would run here"
- run: echo "Chromatic deployment would run here"
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"chromatic": "^11.5.4",
"copy-webpack-plugin": "^12.0.2",
"dotenv-webpack": "^8.1.0",
"env-cmd": "^10.1.0",
Expand Down

0 comments on commit 7d8aa20

Please sign in to comment.