Closed squaremo closed 4 years ago
This commit adds directives to the TravicCI config so that it will cache npm packages (kept in $HOME/.npm when using npm ci).
npm ci
The directory so cached is mounted into the build container, so that if the host has cached .npm packages, so will the container.
This commit adds directives to the TravicCI config so that it will cache npm packages (kept in $HOME/.npm when using
npm ci
).The directory so cached is mounted into the build container, so that if the host has cached .npm packages, so will the container.