Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Run 'npm install' after generating and before publishing #2680

Merged
2 commits merged into from
Apr 4, 2018

Conversation

ghost
Copy link

@ghost ghost commented Apr 4, 2018

No description provided.

@ghost ghost added this to the Sprint-116 milestone Apr 4, 2018
@ghost ghost self-assigned this Apr 4, 2018
@ghost ghost requested review from amarzavery and RikkiGibson April 4, 2018 22:36
@ghost ghost added the in progress label Apr 4, 2018
@@ -39,6 +39,10 @@ function getServiceNameFromOutputFolderValue(outputFolderValue) {
return outputFolderSegments[outputFolderSegments.length - 1];
}

function npmInstall(packageFolderPath) {
execSync(`npm install`, { cwd: packageFolderPath, stdio: ['ignore', 'ignore', 'pipe'] });
Copy link
Member

Choose a reason for hiding this comment

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

does this make it so we only see errors from the child process?

Copy link
Author

Choose a reason for hiding this comment

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

Yes.

@ghost ghost merged commit 6dbb855 into master Apr 4, 2018
@ghost ghost removed the in progress label Apr 4, 2018
@ghost ghost deleted the daschult/npmInstall branch April 4, 2018 22:49
daviddesberg pushed a commit to daviddesberg/azure-sdk-for-node that referenced this pull request Apr 10, 2018
…ivate repo to preview (new pricing model api and migration apis) (Azure#2471)

* Generated from 2685ce7f1e77eaab6332acccc8f1d7eba4b62aaf

Revert "Fix AppInsights x-ms-parameter-location (Azure#2680)"

This reverts commit 7c3b7239b11490d6badd532e742a6ae1d004a2b2.

* Generated from c374857dcb08210e3104846f4b0a3706e17536ca

change microsoft.insights to Microsoft.Insights
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant