You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/07/19 15:41:59 UTC

[GitHub] [daffodil] stevedlawrence commented on a diff in pull request #815: Update yarn build command to be yarn package

stevedlawrence commented on code in PR #815:
URL: https://github.com/apache/daffodil/pull/815#discussion_r924670550


##########
containers/release-candidate/daffodil-release-candidate:
##########
@@ -298,7 +298,7 @@ case $PROJECT_REPO in
     echo "Building Convenience Binaries..."
     mkdir -p $DAFFODIL_RELEASE_DIR/bin/
     yarn install
-    yarn build
+    yarn package

Review Comment:
   Looks like we can remove `yarn install`? Doesn't seem to be needed anymore. I think that was only needed for the os thing which has since been removed/replaced.



-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org