Skip to content

Commit

Permalink
pls work?
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Oct 2, 2021
1 parent ed1137a commit aeefcd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- run: pnpm ci
- run: pnpm i
- run: pnpm run build
- run: pnpm test

Expand All @@ -40,7 +40,7 @@ jobs:
node-version: '16'
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: pnpm ci
- run: pnpm i
- run: pnpm run build
- run: pnpm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- run: pnpm ci
- run: pnpm i
- run: pnpm run build
- run: pnpm test

0 comments on commit aeefcd5

Please sign in to comment.