feat(dagger): added build, test, and lint using dagger

This commit is contained in:
Patrick Sy 2024-10-14 13:01:06 +02:00
parent 206aebe832
commit 7746219c43
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E
12 changed files with 1420 additions and 5 deletions

8
dagger/package.json Normal file
View file

@ -0,0 +1,8 @@
{
"type": "module",
"dependencies": {
"typescript": "^5.5.4",
"@dagger.io/dagger": "./sdk"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}