fix: add missing release script
Build and Push Docker Images / Build and Push Docker Images (push) Has started running

This commit is contained in:
2025-09-20 13:31:15 +05:00
parent 1399527ddb
commit 741358e32f
5 changed files with 13637 additions and 12752 deletions
+1
View File
@@ -0,0 +1 @@
npx commitlint --edit $1
+1
View File
@@ -0,0 +1 @@
npm run lint
+4
View File
@@ -0,0 +1,4 @@
// commitlint.config.js
export default {
extends: ['@commitlint/config-conventional']
};
+13629 -12752
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -1,6 +1,7 @@
{
"name": "sarlink-portal",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
@@ -56,6 +57,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@release-it/conventional-changelog": "^10.0.1",
"@types/node": "^22.10.2",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",