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 a2b6c80 commit b5ae9efCopy full SHA for b5ae9ef
.github/workflows/publish_npm.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Publish Detector to npm
42
if: ${{ github.event.inputs.workspace_name == 'detector'}}
43
run: |
44
+ npm i
45
npm i --workspaces
46
npm run compile --workspaces
47
npm publish --workspace=detector --provenance --access public
0 commit comments