refactor(workflows): simplify workflow & use pnpm store

This commit is contained in:
Wing-Kam Wong
2023-08-28 11:59:01 +08:00
parent 7c3f157cd4
commit e37099369d
6 changed files with 48 additions and 88 deletions

View File

@@ -23,11 +23,7 @@ jobs:
fetch-depth: 0
- run: |
cd packages/nocodb
pnpm install --ignore-scripts nocodb-sdk
cd ../..
cd packages/nc-gui
pnpm install --ignore-scripts nocodb-sdk
pnpm bootstrap
- name: Create Pull Request
id: cpr