Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Handle dependencies in SimpleProject #171

Merged
merged 2 commits into from
Oct 5, 2018

Conversation

spalladino
Copy link
Contributor

Add support for setting Packages as dependencies in SimpleProject, and create/upgrade proxies for them.

Fixes #71

@facuspagnuolo facuspagnuolo self-assigned this Oct 4, 2018




Copy link
Contributor

Choose a reason for hiding this comment

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

too many new lines 😛

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How the hell did this happen?!

copy('package.json.v2', 'package.json')
run('npx lerna bootstrap --scope=cli-app-tests-workdir --no-ci > /dev/null')
run('npx zos link [email protected] --no-install')
})

ifNotLightweight('upgrades a dependency', function () {
it('upgrades a dependency', function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@spalladino spalladino force-pushed the feature/manage-deps-in-lightweight-#71 branch 2 times, most recently from f23b294 to f75de78 Compare October 5, 2018 20:50
Add support for setting Packages as dependencies in SimpleProject,
and create proxies for them.
@spalladino spalladino force-pushed the feature/manage-deps-in-lightweight-#71 branch from f75de78 to 0714de2 Compare October 5, 2018 21:31
@spalladino spalladino added the status:ready-to-merge Order mergify to merge label Oct 5, 2018
@mergify mergify bot merged commit 4b11c0a into master Oct 5, 2018
@facuspagnuolo facuspagnuolo deleted the feature/manage-deps-in-lightweight-#71 branch October 22, 2018 18:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:ready-to-merge Order mergify to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for managing dependencies in lightweight project
2 participants