mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 07:37:08 +00:00
chore: use local nc-plugin (#9210)
* chore: use local nc-plugin Signed-off-by: mertmit <mertmit99@gmail.com> * fix: glob usage Signed-off-by: mertmit <mertmit99@gmail.com> * fix: actions to use local nc-plugin Signed-off-by: mertmit <mertmit99@gmail.com> --------- Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
2
.github/workflows/sync-to-develop.yml
vendored
2
.github/workflows/sync-to-develop.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
git config user.name 'github-actions[bot]'
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
revertSDK=true node scripts/upgradeNocodbSdk.js
|
||||
pnpm --filter=nocodb-sdk install --no-frozen-lockfile && pnpm --filter=nocodb-sdk run build && pnpm --filter=nocodb --filter=nc-gui --filter=playwright install --no-frozen-lockfile
|
||||
pnpm --filter=nocodb-sdk install --no-frozen-lockfile && pnpm --filter=nocodb-sdk run build && pnpm --filter=nc-plugin install && pnpm --filter=nc-plugin build && pnpm --filter=nocodb --filter=nc-gui --filter=playwright install --no-frozen-lockfile
|
||||
git add .
|
||||
git diff-index --quiet HEAD || git commit -m "chore: update sdk path"
|
||||
git push origin $BRANCH_NAME
|
||||
|
||||
Reference in New Issue
Block a user