fix: pnpm install instead of CI during publish

This commit is contained in:
trevor-signal 2026-04-10 12:30:55 -04:00
parent 805c07ca1b
commit d87d2d5dd9

View File

@ -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