Skip to content

Commit daad189

Browse files
committed
ci(publish): test
1 parent 550d8f5 commit daad189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pdm sync -d
3535

3636
- name: Publish
37-
run: 'npx build components && cd dist/web/components && npm publish --provenance'
37+
run: 'npx nx build components && cd dist/web/components && npm publish --provenance'
3838
shell: bash
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)