Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: exclude pw package.json #6672

Merged
merged 1 commit into from
Oct 12, 2023
Merged

chore: exclude pw package.json #6672

merged 1 commit into from
Oct 12, 2023

Conversation

mertmit
Copy link
Member

@mertmit mertmit commented Oct 11, 2023

Change Summary

  • Exclude pw from script as it should always target local sdk

Change type

  • chore: (updating grunt tasks etc; no production code change)

Copy link
Member

@wingkwong wingkwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you exclude it and run pnpm i after running scripts/upgradeNocodbSdk.js, pnpm won't be able to find nocodb-sdk in pr / nightly build case since name in nocodb-sdk/package.json is changed to nocodb-sdk-daily unless you can make sure each install doesn't include pw. With the changes in this PR, I bet it would fail in release-docker.yml L104. You may try nightly build once on your branch to verify.

Signed-off-by: mertmit <mertmit99@gmail.com>
@mertmit
Copy link
Member Author

mertmit commented Oct 11, 2023

Thank you for pointing out,
I've modified to just replace package name for pw. This way we don't have to replace it everytime.
Please let me know if this is looking good.

@wingkwong wingkwong merged commit 036348a into develop Oct 12, 2023
13 checks passed
@wingkwong wingkwong deleted the chore/exclude-pw branch October 12, 2023 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants