Skip to content

Commit

Permalink
Merge pull request #6666 from nocodb/fix/docker-build
Browse files Browse the repository at this point in the history
Docker build fix
  • Loading branch information
pranavxc committed Oct 11, 2023
2 parents 9521acd + c2519ba commit a815a2c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions packages/nc-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -154,4 +154,4 @@
"vitest": "^0.30.1",
"windicss": "^3.5.6"
}
}
}
4 changes: 2 additions & 2 deletions packages/nocodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -227,4 +227,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a815a2c

Please sign in to comment.