feat(ci): add github actions

This commit is contained in:
2025-11-17 12:30:44 +02:00
parent 22aab9ffc6
commit 3f53c1e03f
31 changed files with 895 additions and 653 deletions
+5 -7
View File
@@ -1,7 +1,8 @@
{
"catalog": {
"@devscast/config": "^1.0.3",
"@types/bun": "^1.3.1",
"@types/node": "^20.5.9",
"@types/node": "^24.10.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"date-fns": "^3.6.0",
@@ -26,15 +27,13 @@
"@biomejs/biome": "^2.3.1",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@devscast/config": "^1.0.3",
"@manypkg/cli": "^0.25.1",
"@types/bun": "^1.3.2",
"@types/node": "^24.10.0",
"@types/bun": "catalog:",
"@types/node": "catalog:",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7",
"superjson": "^2.2.5",
"turbo": "^2.5.8",
"turbo": "^2.6.1",
"typescript": "catalog:"
},
"engines": {
@@ -45,7 +44,6 @@
"private": true,
"scripts": {
"build": "turbo run build",
"build:api": "turbo build --filter=@basango/api",
"build:dashboard": "turbo build --filter=@basango/dashboard",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",