Skip to content

Commit

Permalink
ci: add utils to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Jul 15, 2024
1 parent 8644816 commit 32280ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_swatches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
run: npm ci --no-audit --no-fund

- name: Build swatches
run: npm run sass:swatches
run: |
npm run sass
npm run sass:swatches
- name: Checkout artifact repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 32280ba

Please sign in to comment.