We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550d8f5 commit daad189Copy full SHA for daad189
.github/workflows/publish.yaml
@@ -34,7 +34,7 @@ jobs:
34
run: pdm sync -d
35
36
- name: Publish
37
- run: 'npx build components && cd dist/web/components && npm publish --provenance'
+ run: 'npx nx build components && cd dist/web/components && npm publish --provenance'
38
shell: bash
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
0 commit comments