Skip to content

Commit 3f7b2a9

Browse files
committed
chore: fix nx wrongly thinking spark depends on spark-icons
- comes from stories/ and test/ pulling in from @prenda/spark-icons
1 parent fc4661b commit 3f7b2a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- run: npm ci
1515
- run: npx nx run spark:test
1616
- run: npx nx run spark-e2e:e2e
17+
- run: rm -rf ./libs/spark/stories ./libs/spark/test
1718
- run: npx nx run spark:build
1819
- uses: JS-DevTools/npm-publish@v1
1920
with:

0 commit comments

Comments
 (0)