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.
2 parents 99f979f + df160c2 commit 2caa7cfCopy full SHA for 2caa7cf
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