Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
Commit 67e1e547 authored by alenaartemyeva's avatar alenaartemyeva
Browse files

fix: ci

parent 10733f11
Branches
No related tags found
1 merge request!12Resolve "Create GitLab CI pipeline for the frontend"
Pipeline #13474 passed
......@@ -26,10 +26,10 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"coverage": "CI=true npm test -- --coverage --collectCoverageFrom='src/components/**/*.{ts,tsx}'"
"coverage": "npm test -- --coverage --watchAll=false --collectCoverageFrom='src/components/**/*.{ts,tsx}'"
},
"eslintConfig": {
"extends": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment