Compare commits

...

2 Commits

Author SHA1 Message Date
9f6d7bf5d7 Merge pull request 'fix ci' (#251) from staging into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m17s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 3m59s
Reviewed-on: #251
2024-03-05 15:02:12 +01:00
8854ef36f3 fix ci
All checks were successful
CI/CD Pipeline / test (push) Successful in 9m20s
CI/CD Pipeline / deploy-staging (push) Successful in 4m1s
CI/CD Pipeline / deploy-main (push) Has been skipped
2024-03-05 15:01:44 +01:00

View File

@ -15,5 +15,6 @@
"noUnusedParameters": true, "noUnusedParameters": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"skipLibCheck": true "skipLibCheck": true
} },
"exclude": ["tests/"]
} }