Skip to content

Commit

Permalink
modified chromatic script
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtiwari110 committed Sep 29, 2023
1 parent 3685e8f commit 958651a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
# Job steps
steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0 # 👈 Required to retrieve git history

- name: Install Node.js
uses: actions/setup-node@v2
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "npx prettier . --check"
"prettier": "npx prettier . --check",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"autoprefixer": "10.4.16",
Expand Down

0 comments on commit 958651a

Please sign in to comment.