Skip to content

Commit

Permalink
fix local --global install
Browse files Browse the repository at this point in the history
- fixes #843
  • Loading branch information
casperdcl committed Dec 14, 2021
1 parent 183f341 commit e9aa5f3
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

0 comments on commit e9aa5f3

Please sign in to comment.