mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 02:56:49 +00:00
feat(workflows): include --ignore-scripts
This commit is contained in:
4
.github/workflows/release-docker.yml
vendored
4
.github/workflows/release-docker.yml
vendored
@@ -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 --filter=!playwright install --no-frozen-lockfile && pnpm run build
|
||||
pnpm --filter=!playwright install --ignore-scripts --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 --filter=!playwright install --no-frozen-lockfile
|
||||
pnpm --filter=!playwright install --ignore-scripts --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
|
||||
|
||||
Reference in New Issue
Block a user