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
smashwilson merged 1 commit into
masterfrom
la-cpy-cli-devDependency
Apr 12, 2018
Merged

Move cpy-cli to a devDependency#296
smashwilson merged 1 commit into
masterfrom
la-cpy-cli-devDependency

Conversation

@Arcanemagus

@ArcanemagusArcanemagus commented Apr 9, 2018

Copy link
Copy Markdown
Contributor

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.

Fixesatom/atom#17125.

@Arcanemagus

Arcanemagus commented Apr 9, 2018

Copy link
Copy Markdown
ContributorAuthor

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
Arcanemagusforce-pushed the la-cpy-cli-devDependency branch from 5e79cfa to 35d8663CompareApril 9, 2018 18:34
@Arcanemagus

Copy link
Copy Markdown
ContributorAuthor

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

@Arcanemagus

Copy link
Copy Markdown
ContributorAuthor

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

@smashwilson
smashwilson merged commit 268c688 into masterApr 12, 2018
@smashwilson
smashwilson deleted the la-cpy-cli-devDependency branch April 12, 2018 17:52
Sign up for freeto 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

@Arcanemagus@smashwilson