Skip to content

Commit 7b1fa64

Browse files
author
Gerardo
committed
Add cache to JS bundle
1 parent 8e4f92d commit 7b1fa64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ steps:
128128
echo "--- :node: Set up Node environment"
129129
nvm install && nvm use
130130
131+
# Restore the caches, if any
132+
.buildkite/commands/install-node-dependencies.sh --restore-only
133+
131134
echo "--- :npm: Install Node dependencies"
132135
npm ci --unsafe-perm --prefer-offline --no-audit --no-progress
133136

0 commit comments

Comments
 (0)