Skip to content

Commit b5ae9ef

Browse files
committed
fix(ci): install npm for root project as well
1 parent a2b6c80 commit b5ae9ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Publish Detector to npm
4242
if: ${{ github.event.inputs.workspace_name == 'detector'}}
4343
run: |
44+
npm i
4445
npm i --workspaces
4546
npm run compile --workspaces
4647
npm publish --workspace=detector --provenance --access public

0 commit comments

Comments
 (0)