diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 435c98f95cf3d281a283be7fc34dd44320286007..d84f64bc2026f661dc1e6656f2af811c632fc267 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,10 +2,10 @@ include: - project: "ccce/dev/gitlab-ci-yml" file: "frontend.gitlab-ci.yml" - ref: "1.0.0" + ref: "1.1.0" - project: "ccce/dev/gitlab-ci-yml" file: "deploy.gitlab-ci.yml" - ref: "1.0.0" + ref: "1.1.0" variables: TEMPLATE: deploy-ccce-${INSTANCE} @@ -21,14 +21,6 @@ install-dependencies: - node_modules - .npm -lint: - stage: check - script: - - npm run ci:code-quality - artifacts: - reports: - codequality: gl-codequality.json - .test-components: stage: test image: cypress/browsers:node-20.10.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 diff --git a/package.json b/package.json index df9357804677dc403e5cc3e844d53642204a4d13..ba0a3c2a96c806e01f21cd19ea88da5fdbe6ab24 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "generate-api": "npx @rtk-query/codegen-openapi openapi-config.ts", "ci:build": "tsc && vite build", "ci:build-storybook": "storybook build", - "ci:code-quality": "eslint src --ext .js,.ts,.jsx,.tsx -o eslint/quality -f gitlab" + "ci:code-quality": "eslint src --format gitlab" }, "browserslist": { "production": [