We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d98a2d commit df160c2Copy full SHA for df160c2
1 file changed
.github/workflows/deployment.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Publish to NPM
55
env:
56
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
57
- run: npm publish from-package --no-push --no-private --yes
+ run: npm --workspace packages/diracx-web-components publish
58
59
# Storybook is built and deployed to GitHub Pages
60
# -----------------------------------------------
0 commit comments