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



##########
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:
       updated in 
https://github.com/apache/airflow/pull/16577/commits/11c927fc07a53f2a9334121f06e4426c8bb438e0




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