Skip to content

Commit 8076b57

Browse files
committed
ci: updated compile for npm publish
1 parent 66ee62a commit 8076b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Publish to npm
3030
run: |
3131
npm i --workspaces
32-
npm run compile --workspace=cli
32+
npm run compile --workspaces
3333
npm publish --workspace=cli --provenance --access public

0 commit comments

Comments
 (0)