mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 14:26:39 +00:00
chore: add build noco integration step
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
6
.github/workflows/release-docker.yml
vendored
6
.github/workflows/release-docker.yml
vendored
@@ -99,6 +99,12 @@ jobs:
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} targetVersion=${{ github.event.inputs.tag || inputs.tag }} pnpm --filter=nc-gui run build:copy &&
|
||||
targetEnv=${{ github.event.inputs.targetEnv || inputs.targetEnv }} node scripts/upgradeNcGui.js
|
||||
|
||||
- name: Build nocodb integrations
|
||||
working-directory: ${{ env.working-directory }}
|
||||
run: |
|
||||
cd ../..
|
||||
pnpm run integrations:build && pnpm run registerIntegrations
|
||||
|
||||
- name: Build nocodb and docker files
|
||||
run: |
|
||||
pnpm install --ignore-scripts --no-frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user