Merge branch 'feature/346-pipeline-config' into 'main'
feat(planning#346): Added minimal ci/cd config See merge request fit-connect/entwicklungsportal/poc-nextjs!1
No related branches found
No related tags found
ci/gitlab-ci.yml
0 → 100644
... | ... | @@ -8,7 +8,8 @@ |
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint", | ||
"preview": "next build && next start" | ||
"preview": "next build && next start", | ||
"export": "next build && next export" | ||
}, | ||
"dependencies": { | ||
"@contentful/rich-text-html-renderer": "^15.11.1", | ||
... | ... | @@ -27,8 +28,8 @@ |
"@types/node": "^17.0.12", | ||
"@types/react": "^17.0.38", | ||
"autoprefixer": "^10.4.2", | ||
"contentful-cli": "^1.10.0", | ||
"contentful-migration": "^4.6.1", | ||
"contentful-cli": "^1.12.4", | ||
"contentful-migration": "^4.8.1", | ||
"eslint": "^8.7.0", | ||
"eslint-config-next": "^12.0.9", | ||
"postcss": "^8.4.5", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment