We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3daff8 commit 600e028Copy full SHA for 600e028
build.assets/build-webassets-if-changed.sh
@@ -35,8 +35,6 @@ function calculate_sha() {
35
"$PYTHON" "$ROOT_PATH/build.assets/shacalc.py" "${SRC_DIRECTORIES[@]}"
36
}
37
38
-# Calculate the current hash-of-hashes of the given source directories. Adds in package.json as well.
39
-# This excludes node_modules, as the package.json differences should handle this.
40
CURRENT_SHA="$(calculate_sha)"
41
42
BUILD=true
0 commit comments