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

CLI: remove npm prepublish #1889

Merged
merged 2 commits into from
Mar 28, 2017
Merged

CLI: remove npm prepublish #1889

merged 2 commits into from
Mar 28, 2017

Conversation

ebidel
Copy link
Contributor

@ebidel ebidel commented Mar 22, 2017

Fixes #1516

R: all

Finally getting rid of this. It's deprecated in npm 5 and we have convenient build scripts now.

@brendankenny brendankenny changed the title CLI: remove npm prepublish. Fixes #1516 CLI: remove npm prepublish Mar 24, 2017
@@ -6,7 +6,7 @@ const path = require('path');
module.exports = function(filename) {
if (!fs.existsSync(path.join(__dirname, filename))) {
console.log('Oops! Looks like the CLI needs to be compiled. Please run:');
console.log(' npm run install-cli');
console.log(' npm run build-cli');
Copy link
Member

Choose a reason for hiding this comment

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

if install-cli has build-cli in it now, should this stay install-cli then?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suppose it could. Either works.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

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

💥

@brendankenny brendankenny merged commit 0386598 into master Mar 28, 2017
@brendankenny brendankenny deleted the 1516 branch March 28, 2017 01:24
ebidel added a commit that referenced this pull request Mar 28, 2017
ebidel added a commit that referenced this pull request Mar 29, 2017
* Report: add legend to decipher iconography left to us by the ancient ones (#1841)

* Report: print doesn't cut off expanded audit details (#1870)

* Report: increase icon size for a11y (#1856)

* Tweak report colors so that we are WCAG2AA valid.

* Biggin icons

* CLI: add update-notifier. Fixes #1805 (#1890)

* Fixes #1907 - move update-notifier to root (#1908)

* CLI: remove npm prepublish (#1889)
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

3 participants