micahstubbs commented on code in PR #2145:
URL: https://github.com/apache/helix/pull/2145#discussion_r893873106


##########
helix-front/pom.xml:
##########
@@ -92,13 +94,13 @@
 
           <execution>
             <id>build</id>
+            <phase>process-test-resources</phase>
             <goals>
-              <goal>npm</goal>
+              <goal>yarn</goal>
             </goals>
             <configuration>
-              <arguments>run-script build</arguments>
+              <arguments>build</arguments>

Review Comment:
   fixed!  For reference, here is the docs page for the npm command previously 
used, `run-script`: https://docs.npmjs.com/cli/v8/commands/npm-run-script



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to