Skip to content

Commit

Permalink
Merge pull request #326 from ladesa-ro/dev/gabriel
Browse files Browse the repository at this point in the history
dev/gabriel
  • Loading branch information
guesant authored Oct 11, 2024
2 parents 2057746 + dfc37c2 commit 2f2ae23
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .lintstagedrc

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ integrations/**/*
Dockerfile*
/package.json
/package-lock.json
.dockerignore
.dockerignore
3 changes: 0 additions & 3 deletions commitlint.config.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN pnpm run -r --filter "@ladesa-ro/api-client-fetch" generate:docs
FROM nginx:alpine AS runtime
COPY integrations/npm/api-client-fetch/nginx.conf /etc/nginx/nginx.conf
COPY --from=build /app/integrations/npm/api-client-fetch/docs /var/lib/ladesa-ro/cr/docs-packages-npm-api-client-fetch/dist
EXPOSE 80
EXPOSE 80
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
**/node_modules
**/*.env
**/*.env*
Dockerfile*
Dockerfile*
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"lintstaged": {
"**/*": "pnpm run code-static:fix"
},
"dependencies": {
"@biomejs/biome": "1.9.3",
"@commitlint/cli": "^19.5.0",
Expand Down

0 comments on commit 2f2ae23

Please sign in to comment.