mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 05:56:12 +00:00
chore(deps): npm -> pnpm
This commit is contained in:
10
.github/workflows/release-docker.yml
vendored
10
.github/workflows/release-docker.yml
vendored
@@ -88,23 +88,23 @@ jobs:
|
||||
export NODE_OPTIONS="--max_old_space_size=16384"
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js
|
||||
cd packages/nocodb-sdk
|
||||
npm install && npm run build
|
||||
pnpm install && pnpm run build
|
||||
cd ../..
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNocodbSdk.js &&
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNcGuiVersion.js &&
|
||||
cd packages/nc-gui
|
||||
npm install
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} npm run build:copy
|
||||
pnpm install
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} pnpm run build:copy
|
||||
cd ../..
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNcGui.js
|
||||
|
||||
- uses: bahmutov/npm-install@v1
|
||||
- uses: bahmutov/pnpm-install@v1
|
||||
with:
|
||||
working-directory: ${{ env.working-directory }}
|
||||
|
||||
- name: Build nocodb and docker files
|
||||
run: |
|
||||
npm run docker:build
|
||||
pnpm run docker:build
|
||||
working-directory: ${{ env.working-directory }}
|
||||
|
||||
- name: Set up QEMU
|
||||
|
||||
Reference in New Issue
Block a user