potiuk commented on a change in pull request #16577:
URL: https://github.com/apache/airflow/pull/16577#discussion_r656083810



##########
File path: airflow/www/compile_assets.sh
##########
@@ -31,4 +31,9 @@ fi
 yarn install --frozen-lockfile
 yarn run build
 
-find package.json yarn.lock static/css static/js -type f | sort | xargs md5sum 
> "${MD5SUM_FILE}"
+YARN_LOCK_FILE="yarn.lock"
+if [[ -f "$YARN_LOCK_FILE" ]]; then

Review comment:
       the whole script is not run when we install from packages.




-- 
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.

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


Reply via email to