mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 03:26:47 +00:00
chore: no-frozen-lockfile for sync to develop
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
@@ -43,7 +43,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 bootstrap
|
||||
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
|
||||
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