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

Reduce post-deployment dependencies #732

Open
3 tasks
Domiii opened this issue Apr 20, 2022 · 0 comments
Open
3 tasks

Reduce post-deployment dependencies #732

Domiii opened this issue Apr 20, 2022 · 0 comments
Assignees

Comments

@Domiii
Copy link
Owner

Domiii commented Apr 20, 2022

  • Make sure, dbux-code can depend on @dbux/cli in devDependencies without causing trouble in production.
    • Bring back const flags = ' --only=prod'
    • Maybe move to peerDependencies?
    • Maybe npm install --force can fix it?
  • During deployment, if install changes yarn.lock, the entire script fails, but versions have already changed.
    • make sure to yarn install and push before starting anything else?
    • if script fails, try to revert versions automatically (also see next point)
  • Add an easier way to fix versions if publish.js fails
    • use the alchemy table to mix together the correct version of the npx lerna version... command
    • → NOTE: we cannot easily revert, because "the next version" was already created. Might have to "bump to next dev" instead.
@Domiii Domiii self-assigned this Apr 20, 2022
@Domiii Domiii changed the title Fix deployment issues Reduce post-deployment dependencies Apr 27, 2022
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

No branches or pull requests

1 participant