Skip to content

Commit

Permalink
Please, CI, please
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessOne1917 committed Jul 9, 2023
1 parent 74ba074 commit e00e74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
with:
node-version: 18.x
registry-url: https://registry.npmjs.org/
cache: pnpm
- uses: pnpm/action-setup@v2
with:
version: 8.6.x
run_install: "[ --frozen-lockfile ]"
run_install: |
- args: [ --frozen-lockfile ]
- run: pnpm build
- run: pnpm publish
env:
Expand Down

0 comments on commit e00e74c

Please sign in to comment.