Compare commits

...

2 commits

Author SHA1 Message Date
382e6ba7a3 Update dependency reflect-metadata to v0.1.14
Some checks are pending
forgejo/Procyon/seedling/pipeline/head Build started...
forgejo/Procyon/seedling/pipeline/pr-master Build started...
2023-12-08 08:24:56 +00:00
1588b0a821 Update Jenkinsfile
All checks were successful
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head This commit looks good
2023-12-08 09:16:46 +01:00
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

@ -5,6 +5,6 @@ FrontendBuild({
appName = 'seedling'
runLint = false
runUnitTest = false
runE2ETest = false
runSmokeTest = false
runDockerRelease = false
})

View file

@ -27,7 +27,7 @@
"@nestjs/swagger": "7.1.16",
"@nestjs/platform-express": "10.2.10",
"axios": "1.6.2",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1",
"sqlite3": "5.1.6"
},