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

Update nodejs build doc #1820

Merged
merged 4 commits into from
Jul 24, 2023
Merged

Update nodejs build doc #1820

merged 4 commits into from
Jul 24, 2023

Conversation

daniv-msft
Copy link
Contributor

  • The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • Tests are included and/or updated for code changes.
  • Proper license headers are included in each file.

@daniv-msft daniv-msft requested a review from a team as a code owner January 14, 2023 00:08
4. Run `npm install` without any flags, which includes npm `preinstall` and
`postinstall` scripts and also installs devDependencies.
4. Run `npm install`, which includes npm `preinstall` and `postinstall` scripts and also installs devDependencies.
The `--unsafe-perm` flag is added to the NPM install command, as well as the `--production` flag if some production
Copy link
Member

Choose a reason for hiding this comment

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

I actually removed the unsafe-perm flag in this PR, as it isn't needed now that the permissions are updated: #1759 (review)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah good call, thanks. I'll update this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can't believe I forgot this one. Here is the update.

william-msft
william-msft previously approved these changes Jan 17, 2023
Copy link
Contributor

@cormacpayne cormacpayne left a comment

Choose a reason for hiding this comment

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

:shipit:

@daniv-msft daniv-msft merged commit d04b824 into microsoft:main Jul 24, 2023
1 check passed
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.

4 participants