Skip to content

Commit

Permalink
chore: fix nx wrongly thinking spark depends on spark-icons
Browse files Browse the repository at this point in the history
- comes from stories/ and test/ pulling in from @prenda/spark-icons
  • Loading branch information
WilliamKelley committed Jul 30, 2021
1 parent fc4661b commit 3f7b2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- run: npm ci
- run: npx nx run spark:test
- run: npx nx run spark-e2e:e2e
- run: rm -rf ./libs/spark/stories ./libs/spark/test
- run: npx nx run spark:build
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit 3f7b2a9

Please sign in to comment.