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 66ee62a commit 8076b57Copy full SHA for 8076b57
.github/workflows/publish_npm.yml
@@ -29,5 +29,5 @@ jobs:
29
- name: Publish to npm
30
run: |
31
npm i --workspaces
32
- npm run compile --workspace=cli
+ npm run compile --workspaces
33
npm publish --workspace=cli --provenance --access public
0 commit comments