We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5cb98 commit cf9492aCopy full SHA for cf9492a
.github/workflows/chromatic.yml
@@ -2,7 +2,7 @@ name: Preview # 워크플로우 이름
2
3
on:
4
pull_request: # 특정 이벤트 발생 시 실행
5
- branches: ["main", "develop"] # main과 develop 브랜치에서 PR 생성 시 실행
+ branches: ["main", "dev"] # main과 dev 브랜치에서 PR 생성 시 실행
6
7
permissions: # GitHub Actions의 권한 설정
8
contents: write # 콘텐츠를 읽고 쓰는 권한
package.json
@@ -64,6 +64,6 @@
64
"rimraf": "^6.0.1",
65
"storybook": "^8.4.4",
66
"tailwindcss": "^3.4.14",
67
- "typescript": "^5"
+ "typescript": "^5.6.3"
68
}
69
0 commit comments