chore: tsconfig path correction

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2024-10-11 12:17:06 +05:30
parent 4dcd6301bd
commit 91eba3a80a
2 changed files with 2 additions and 3 deletions

View File

@@ -101,13 +101,12 @@ jobs:
- name: build nocodb
if: ${{ ( github.event_name == 'schedule' ) || ( github.event.inputs.services_to_deploy == 'main_only' || github.event.inputs.services_to_deploy == 'all' ) }}
run: |
# build nocodb ( pack nocodb-sdk and nc-gui )
cd packages/nocodb &&
EE=true pnpm exec webpack --config webpack.timely.config.js &&
# remove bundled libraries (nocodb-sdk, knex-snowflake)
pnpm uninstall --save-prod nocodb-sdk knex-snowflake knex-databricks
pnpm uninstall --save-prod nocodb-sdk
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.1.0