mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:45:41 +00:00
chore(deps): npm -> pnpm
This commit is contained in:
4
.github/workflows/publish-dev-docs.yml
vendored
4
.github/workflows/publish-dev-docs.yml
vendored
@@ -24,8 +24,8 @@ jobs:
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd packages/noco-docs
|
||||
npm install
|
||||
npm run generate
|
||||
pnpm install
|
||||
pnpm run generate
|
||||
|
||||
|
||||
- name: Pushes generated output
|
||||
|
||||
Reference in New Issue
Block a user