|
|
|
@ -52,13 +52,13 @@ 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 ci && npm run build && npm publish && |
|
|
|
|
pnpm install && npm run build && npm publish && |
|
|
|
|
cd ../.. && |
|
|
|
|
sleep 60 && |
|
|
|
|
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 ci && |
|
|
|
|
pnpm install && |
|
|
|
|
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} npm run build:copy:publish && |
|
|
|
|
cd ../.. && |
|
|
|
|
sleep 60 && |
|
|
|
|