We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4661b commit 3f7b2a9Copy full SHA for 3f7b2a9
.github/workflows/npm-publish.yml
@@ -14,6 +14,7 @@ jobs:
14
- run: npm ci
15
- run: npx nx run spark:test
16
- run: npx nx run spark-e2e:e2e
17
+ - run: rm -rf ./libs/spark/stories ./libs/spark/test
18
- run: npx nx run spark:build
19
- uses: JS-DevTools/npm-publish@v1
20
with:
0 commit comments