diff --git a/ci/build-npm.yml b/ci/build-npm.yml index 3a75426..b53dc8d 100644 --- a/ci/build-npm.yml +++ b/ci/build-npm.yml @@ -1,12 +1,12 @@ build:npm: image: harbor.vimpelcom.ru/dockerhub/library/node:lts stage: build - #cache: - # - key: - # files: - # - package.json - # paths: - # - node_modules/ + cache: + - key: + files: + - package.json + paths: + - node_modules/ rules: - !reference [.build-npm-rules, rules] variables: