Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Move cpy-cli to a devDependency #296

Merged
merged 1 commit into from
Apr 12, 2018
Merged

Conversation

Arcanemagus
Copy link
Contributor

@Arcanemagus Arcanemagus commented Apr 9, 2018

The cpy-cli dependency is only used in the compile script (which is called by prepublish), as such it should have been a devDependency from the start but was mistakenly added as a regular dependency in #280. This moves it to where it should have been.

Fixes atom/atom#17125.

@Arcanemagus
Copy link
Contributor Author

Arcanemagus commented Apr 9, 2018

The failing test doesn't appear to be related to this change at all, since the code would either die before even starting, or work the exact same as before from this.

The `cpy-cli` dependency is only used in the `compile` script (which is
called by `prepublish`), as such it should have been a `devDependency`
from the start but was mistakenly added as a regular `dependency` in
GH280. This moves it to where it should have been.
@Arcanemagus Arcanemagus force-pushed the la-cpy-cli-devDependency branch from 5e79cfa to 35d8663 Compare April 9, 2018 18:34
@Arcanemagus
Copy link
Contributor Author

Looks like this build is showing a flaky test, rebased on master and everything is fine.

@Arcanemagus
Copy link
Contributor Author

Can confirm that this fixes atom/atom#17125 🎉.

@smashwilson smashwilson merged commit 268c688 into master Apr 12, 2018
@smashwilson smashwilson deleted the la-cpy-cli-devDependency branch April 12, 2018 17:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants