Skip to content

Commit

Permalink
fix local --global install (#844)
Browse files Browse the repository at this point in the history
- fixes #843
  • Loading branch information
casperdcl authored Dec 14, 2021
1 parent cf7bfd0 commit 957eeba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
- if: matrix.system == 'windows'
uses: actions/setup-node@v2
- run: |
npm i -g
# https://github.com/npm/npm/issues/18503#issuecomment-347579469
npm pack && npm i -g --no-save ./*cml*.tgz
cml --version
cml runner --version
cml publish --version
Expand Down

2 comments on commit 957eeba

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.