Skip to content

How would I do "npm run build"? #3286

Answered by nils-a
nick5454 asked this question in Extension Q&A
Mar 16, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Have you tried

   var runSettings = new NpmRunScriptSettings 
   {
      ScriptName = "build",
      LogLevel = NpmLogLevel.Verbose,
   };
   runSettings.Arguments.Add("{path}");
   NpmRunScript(runSettings);

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@nick5454
Comment options

@nils-a
Comment options

@augustoproiete
Comment options

Answer selected by nick5454
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants