Commit b2b6dbe7 authored by Vadym Gidulian's avatar Vadym Gidulian

Added caching of `node_modules` directory for whole project

parent 72c1549e
...@@ -10,6 +10,10 @@ build: ...@@ -10,6 +10,10 @@ build:
- npm run build - npm run build
tags: tags:
- npm - npm
cache:
key: "$CI_PROJECT_NAME"
paths:
- node_modules/
artifacts: artifacts:
paths: paths:
- dist/ - dist/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment