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:
- npm run build
tags:
- npm
cache:
key: "$CI_PROJECT_NAME"
paths:
- node_modules/
artifacts:
paths:
- 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