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 836fda9 commit f9af7feCopy full SHA for f9af7fe
3 files changed
.github/workflows/ci.yml
@@ -173,7 +173,7 @@ jobs:
173
if: ${{ !github.event.act }}
174
env:
175
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
176
- run: npm run chromatic
+ run: make chromatic
177
178
- name: Set up Docker buildx
179
uses: docker/setup-buildx-action@v3
.github/workflows/pr.yml
Makefile
@@ -71,6 +71,9 @@ format:
71
format-check:
72
npm run format:check
73
74
+chromatic:
75
+ npm run chromatic
76
+
77
simulate-cicd-with-push:
78
# Install `act` through a package manager to make it working
79
#
0 commit comments