fix(docs): update scripts docs#2690
Merged
ruyadorno merged 1 commit intorelease/v7.6.1from Mar 4, 2021
Merged
Conversation
DeeDeeG
reviewed
Feb 13, 2021
docs/content/using-npm/scripts.md
Outdated
| * `preinstall` | ||
| * `install` | ||
| * `postinstall` | ||
| * `prepare` (links only) |
There was a problem hiding this comment.
Thanks for the updated documentation... Random person from the community here with a question:
What does "links only" mean here?
Edit: this maybe? https://docs.npmjs.com/cli/v7/commands/npm-link
Member
Author
There was a problem hiding this comment.
This is still a WIP PR. This will be fleshed out more as I continue to rewrite this file.
This means symlinks. npm link does use symlinks under the hood, but this also ends up happening for instance when you've installed a package globally.
This was referenced Feb 14, 2021
e8726cb to
c8a2f9e
Compare
Member
Author
|
Gonna have to cut this refactor off where it stands. It's a marked improvement on what we have. There's lots more to fix here probably but this PR is too old already. |
ruyadorno
approved these changes
Feb 26, 2021
The lifecycle events section was very out of date, and lots of other cleanup needed to happen too PR-URL: #2690 Credit: @wraithgar Close: #2690 Reviewed-by: @ruyadorno
c8a2f9e to
c8b73db
Compare
This was referenced Mar 4, 2021
Merged
This was referenced Mar 5, 2021
This was referenced Mar 12, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The lifecycle events section was very out of date, and lots
of other cleanup needed to happen too
References
Closes npm/statusboard#267