Skip to content

Commit 9189012

Browse files
committed
1 parent 3f7b2a9 commit 9189012

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/npm-publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- run: npm ci
1515
- run: npx nx run spark:test
1616
- run: npx nx run spark-e2e:e2e
17+
# stories & tests depend on @prenda/spark-icons, but aren't included in build
18+
# without this, Nx prevents build and requires icons be built first (circular dep)
1719
- run: rm -rf ./libs/spark/stories ./libs/spark/test
1820
- run: npx nx run spark:build
1921
- uses: JS-DevTools/npm-publish@v1
@@ -45,6 +47,9 @@ jobs:
4547
SLACK_TITLE: '@prenda/spark'
4648
SLACK_MESSAGE: Failure
4749
- run: npm run build:icons
50+
# see https://github.com/JS-DevTools/npm-publish/issues/15
51+
env:
52+
INPUT_TOKEN: ''
4853
- uses: JS-DevTools/npm-publish@v1
4954
with:
5055
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)