Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 21, 2023
1 parent b690f61 commit c5ed804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g codecov
- run: npm link
- run: npm i && npm link
- run: npm run ci
- run: codecov --disable=gcov
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Build licia
run: npm link && npm run build
run: npm i && npm link && npm run build
- name: Publish package on NPM
working-directory: .licia/packages
run: |
Expand Down

0 comments on commit c5ed804

Please sign in to comment.