diff --git a/ci/build-npm.yml b/ci/build-npm.yml index b53dc8d..3a75426 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: