Skip to content

Commit

Permalink
fix(build): include build of buildDemoCss into pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Aug 10, 2021
1 parent 8b47061 commit c544d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: npm run copyFontsDist
- run: npm run copyFiles
- run: npm run buildEssentials
- run: npm run buildDemoCss
- run: npm run sassdoc
- run: npm test

Expand All @@ -46,6 +47,7 @@ jobs:
- run: npm run copyFontsDist
- run: npm run copyFiles
- run: npm run buildEssentials
- run: npm run buildDemoCss
- run: npm run sassdoc
- uses: cycjimmy/semantic-release-action@v2
env:
Expand Down

0 comments on commit c544d6c

Please sign in to comment.