-
Notifications
You must be signed in to change notification settings - Fork 48
Migrate to GH Actions #129
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
Conversation
package.json
Outdated
| "version": "6.0.0", | ||
| "description": "The approach to JavaScript at GoDaddy. We think it's pretty decent.", | ||
| "scripts": { | ||
| "prepublishOnly": "npm test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure this will do much since we don't publish at the top level but instead on an individual package basis.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good callout. Is it possible for this to be placed in the sub-packages instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we do this in a separate PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough I'll do a separate PR to script it out better for publishing and such
* [dist] add workflow and update devDeps * [dist] clean up lock files of private registry * [tiny] add prepublishOnly for protection * [tiny] revert prepublish
No description provided.