mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 03:46:14 +00:00
chore: ignore ws for sdk install
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
2
.github/workflows/release-docker.yml
vendored
2
.github/workflows/release-docker.yml
vendored
@@ -92,7 +92,7 @@ jobs:
|
||||
export NODE_OPTIONS="--max_old_space_size=16384"
|
||||
NOCODB_SDK_PKG_NAME=nocodb-sdk-daily
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} node scripts/bumpNocodbSdkVersion.js &&
|
||||
pnpm --filter=${NOCODB_SDK_PKG_NAME} install --ignore-scripts --no-frozen-lockfile && pnpm --filter=${NOCODB_SDK_PKG_NAME} run build &&
|
||||
pnpm --filter=${NOCODB_SDK_PKG_NAME} install --ignore-scripts --no-frozen-lockfile --ignore-workspace && pnpm --filter=${NOCODB_SDK_PKG_NAME} run build &&
|
||||
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 &&
|
||||
pnpm --filter=nc-gui install --ignore-scripts --no-frozen-lockfile &&
|
||||
|
||||
Reference in New Issue
Block a user