Skip to content
Snippets Groups Projects

improve ci

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -63,7 +63,7 @@ install-npm-packages:
@@ -63,7 +63,7 @@ install-npm-packages:
stage: build
stage: build
cache:
cache:
paths:
paths:
- node_modules/
- frontend/node_modules/
script:
script:
- cd ./frontend
- cd ./frontend
- npm ci
- npm ci
Loading