diff --git a/.github/workflows/release-docker.yml b/.github/workflows/release-docker.yml index ed6dc8ff15..bf8ccc2322 100644 --- a/.github/workflows/release-docker.yml +++ b/.github/workflows/release-docker.yml @@ -101,6 +101,7 @@ jobs: - name: Build nocodb and docker files run: | + pnpm install --ignore-scripts --no-frozen-lockfile pnpm run docker:build working-directory: ${{ env.working-directory }} diff --git a/packages/nc-gui/package.json b/packages/nc-gui/package.json index 5b26e23d77..104e63b62a 100644 --- a/packages/nc-gui/package.json +++ b/packages/nc-gui/package.json @@ -64,7 +64,7 @@ "locale-codes": "^1.3.1", "monaco-editor": "^0.33.0", "monaco-sql-languages": "^0.11.0", - "nocodb-sdk": "0.111.4", + "nocodb-sdk": "workspace:^", "papaparse": "^5.3.2", "parse-github-url": "^1.0.2", "pinia": "^2.1.4", @@ -154,4 +154,4 @@ "vitest": "^0.30.1", "windicss": "^3.5.6" } -} \ No newline at end of file +} diff --git a/packages/nocodb/package.json b/packages/nocodb/package.json index 1bb624ba90..b91d7a59a2 100644 --- a/packages/nocodb/package.json +++ b/packages/nocodb/package.json @@ -135,7 +135,7 @@ "ncp": "^2.0.0", "nestjs-kafka": "^1.0.6", "nestjs-throttler-storage-redis": "^0.3.0", - "nocodb-sdk": "0.111.4", + "nocodb-sdk": "workspace:^", "nodemailer": "^6.4.10", "object-hash": "^3.0.0", "object-sizeof": "^2.6.1", @@ -227,4 +227,4 @@ "coverageDirectory": "../coverage", "testEnvironment": "node" } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 82e9eaf120..84353514dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -112,8 +112,8 @@ importers: specifier: ^0.11.0 version: 0.11.0 nocodb-sdk: - specifier: 0.111.4 - version: 0.111.4 + specifier: workspace:^ + version: link:../nocodb-sdk papaparse: specifier: ^5.3.2 version: 5.4.0 @@ -647,8 +647,8 @@ importers: specifier: ^0.3.0 version: 0.3.0(@nestjs/common@10.2.1)(@nestjs/core@10.2.1)(@nestjs/throttler@4.2.1)(ioredis@5.3.2)(reflect-metadata@0.1.13) nocodb-sdk: - specifier: 0.111.4 - version: 0.111.4(debug@4.3.4) + specifier: workspace:^ + version: link:../nocodb-sdk nodemailer: specifier: ^6.4.10 version: 6.4.10