Skip to content

Commit

Permalink
resolved cozy-blog/issue#58 safari에서 bullet list의 점이 표시되지 않는 문제 수정 (#27)
Browse files Browse the repository at this point in the history
* cross brousing problem resolved

* resovled

* chromatic ci cd 추가

* linting

* test

* test2

* test5

* test6

* test6
  • Loading branch information
Moon-DaeSeung authored Mar 17, 2023
1 parent 90472a9 commit c521f61
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 242 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Chromatic'
on:
push:
pull_request:
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Publish to Chromatic and auto accept changes
if: github.ref == 'refs/heads/temp'
uses: chromaui/action@v1
# Required options for the Chromatic GitHub Action
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: df5341e409a6
autoAcceptChanges: true # 👈 Option to accept all changes
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ vite.config.ts.timestamp-*
/packages/*/.svelte-kit
/packages/*/package
packages/svelte-notion-page/build-storybook.log
.vscode/settings.json
Loading

0 comments on commit c521f61

Please sign in to comment.