Skip to content

Commit fb4f30f

Browse files
committed
Fix build
1 parent 8e529d8 commit fb4f30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: bahmutov/npm-install@v1
3939
- run: yarn build
4040
- run: yarn test
41-
- run: npx chromatic --exit-zero-on-changes --ci --project-token c1fab2a84f78.
41+
- run: npx chromatic --exit-zero-on-changes --ci --project-token c1fab2a84f78
4242
env:
4343
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
4444

0 commit comments

Comments
 (0)