diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8d498bc0bb305cfb8fcf44506a4ca98d33b87ea..f21beb807cc758b3ccecd2fdf755be01e82d39af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ test: stage: test image: node:14.15.4-alpine before_script: - - RUN apk add git + - apk add git script: - yarn - yarn test --ci --reporters=default --reporters=jest-junit @@ -36,7 +36,7 @@ build: stage: build image: node:14.15.4-alpine before_script: - - RUN apk add git + - apk add git script: - yarn - yarn build @@ -59,7 +59,7 @@ publish: stage: publish image: node:14.15.4-alpine before_script: - - RUN apk add git + - apk add git script: - yarn cozyPublish only: diff --git a/package.json b/package.json index a976d34627c10475338a672d21bff9accdb5c31a..b87f07b01b38363e51c58ee9abd9d78bda11c6d2 100644 --- a/package.json +++ b/package.json @@ -47,11 +47,15 @@ "@types/classnames": "^2.2.10", "@types/d3": "^5.7.2", "@types/enzyme": "^3.10.8", + "@types/history": "^4.7.5", + "@types/jest": "^24.0.25", "@types/lodash": "^4.14.149", "@types/luxon": "^1.21.0", "@types/node-fetch": "^2.5.7", + "@types/object-hash": "^1.3.1", "@types/react": "^16.9.15", "@types/react-dom": "^16.9.8", + "@types/react-lottie": "^1.2.3", "@types/react-redux": "^7.1.11", "@types/react-router-dom": "^5.1.3", "@types/redux-mock-store": "^1.0.2", @@ -87,15 +91,8 @@ "dependencies": { "@babel/plugin-transform-modules-commonjs": "^7.7.5", "@babel/plugin-transform-runtime": "^7.8.3", - "@fortawesome/fontawesome-svg-core": "^1.2.26", - "@fortawesome/free-solid-svg-icons": "^5.12.0", - "@fortawesome/react-fontawesome": "^0.1.8", "@material-ui/core": "~4.8.3", "@material-ui/styles": "^4.11.3", - "@types/history": "^4.7.5", - "@types/jest": "^24.0.25", - "@types/object-hash": "^1.3.1", - "@types/react-lottie": "^1.2.3", "axios": "^0.19.0", "cozy-bar": "^7.7.10", "cozy-client": "13.18.0",