Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ cache: policy: pull # prevent subsequent jobs from modifying cache before_script: # https://stackoverflow.com/a/75624610 - cp ${PRODUCTION_ENV_FILE} .env.production # define cache dir & use it npm! - npm ci --cache node_modules/ --prefer-offline # # monorepo users: run secondary install actions Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ cache: policy: pull # prevent subsequent jobs from modifying cache before_script: # https://stackoverflow.com/a/75624610 - cp ${PRODUCTION_ENV_FILE} .env.production # define cache dir & use it npm! - npm ci --cache node_modules/ --prefer-offline # # monorepo users: run secondary install actions Loading