|
|
|
@ -92,12 +92,12 @@ 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 |
|
|
|
|
pnpm install && pnpm run build |
|
|
|
|
pnpm install --no-frozen-lockfile && 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 |
|
|
|
|
pnpm install |
|
|
|
|
pnpm install --no-frozen-lockfile |
|
|
|
|
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 |
|
|
|
|