Skip to content
Snippets Groups Projects
Commit 89272212 authored by Paolo Brasolin's avatar Paolo Brasolin
Browse files

fix: always install all FE deps in CI

parent 5785c235
No related branches found
Tags v1.9.0
No related merge requests found
Pipeline #25364 canceled
......@@ -28,7 +28,7 @@ stages:
- frontend/.npm/
before_script:
- cd frontend
- npm ci --cache .npm --prefer-offline
- npm ci --cache .npm --prefer-offline --production=false
.be-node-job:
<<: *node-job
......
......@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.4.1] - 2022-05-30
### Fixed
- `FE` Always install all deps in CI.
## [1.4.0] - 2022-05-30
### Added
......@@ -258,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- POC by [Giovanni Moretti](https://www.giovannimoretti.it/).
[unreleased]: https://gitlab.inf.unibz.it/commul/oetzit/compare/1.4.0...development
[unreleased]: https://gitlab.inf.unibz.it/commul/oetzit/compare/1.4.1...development
[1.4.1]: https://gitlab.inf.unibz.it/commul/oetzit/compare/1.4.0...1.4.1
[1.4.0]: https://gitlab.inf.unibz.it/commul/oetzit/compare/1.3.0...1.4.0
[1.3.0]: https://gitlab.inf.unibz.it/commul/oetzit/compare/1.2.0...1.3.0
[1.2.0]: https://gitlab.inf.unibz.it/commul/oetzit/compare/1.1.0...1.2.0
......
{
"name": "oetzit-backend",
"version": "1.4.0",
"version": "1.4.1",
"description": "Ötzit! backend.",
"license": "MIT",
"author": {
......
{
"name": "oetzit-backend",
"version": "1.4.0",
"version": "1.4.1",
"description": "Ötzit! frontend.",
"license": "MIT",
"author": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment