Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update npm prepublish script to prepare #185

Closed
sgobotta opened this issue Oct 24, 2019 · 1 comment
Closed

Update npm prepublish script to prepare #185

sgobotta opened this issue Oct 24, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sgobotta
Copy link
Member

Is your feature request related to a problem? Please describe.
Related to an npm warning

Output on npm-install:

npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

Describe the solution you'd like
Update the script to use prepare

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
npm Documentation

@sgobotta sgobotta added the enhancement New feature or request label Oct 24, 2019
@sgobotta sgobotta added the good first issue Good for newcomers label Oct 24, 2019
@sgobotta sgobotta self-assigned this Feb 8, 2020
@sgobotta
Copy link
Member Author

sgobotta commented Feb 8, 2020

Merged in #208

@sgobotta sgobotta closed this as completed Feb 8, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant