We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a7d18 commit 8d3829cCopy full SHA for 8d3829c
build.sh
@@ -36,8 +36,7 @@ then
36
# the Docker container.
37
mv package-lock.json old-package-lock.json
38
docker cp app:/opt/app/package-lock.json package-lock.json
39
- cmp package-lock.json old-package-lock.json
40
- UPDATE_CACHE=$?
+ UPDATE_CACHE=$(cmp package-lock.json old-package-lock.json)
41
else
42
# If "node_modules" does not exist, then cache must be created.
43
UPDATE_CACHE=1
0 commit comments