Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Apr 7, 2022
1 parent b66c892 commit b86ba41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: Install dependencies
run: |
npm -v
npm ci && (cd cli && npm ci)
npm ci
cd cli && npm ci && cd ..
- name: Build packages
run: |
VERSION=$(npx aspublish --version)
Expand Down
3 changes: 2 additions & 1 deletion cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b86ba41

Please sign in to comment.