Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ cache: before_script: # https://stackoverflow.com/a/75624610 # - cp ${PRODUCTION_ENV_FILE} .env.production - 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 +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ cache: before_script: # https://stackoverflow.com/a/75624610 # - cp ${PRODUCTION_ENV_FILE} .env.production - 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