fix: pnpm install instead of CI during publish
This commit is contained in:
parent
805c07ca1b
commit
d87d2d5dd9
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
registry-url: 'https://registry.npmjs.org/'
|
||||
|
||||
- name: Install node_modules
|
||||
run: pnpm ci
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Lint
|
||||
run: pnpm run lint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user