Compare commits

...

2 commits

Author SHA1 Message Date
5fa6c70f64 Update dependency nightwatch to v3.3.3
Some checks are pending
forgejo/Procyon/seedling/pipeline/pr-master This commit looks good
forgejo/Procyon/seedling/pipeline/head Build queued...
2023-12-08 08:24:50 +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' appName = 'seedling'
runLint = false runLint = false
runUnitTest = false runUnitTest = false
runE2ETest = false runSmokeTest = false
runDockerRelease = false runDockerRelease = false
}) })

View file

@ -74,7 +74,7 @@
"http-server-spa": "1.3.0", "http-server-spa": "1.3.0",
"jest": "29.7.0", "jest": "29.7.0",
"mini-css-extract-plugin": "2.7.6", "mini-css-extract-plugin": "2.7.6",
"nightwatch": "3.3.2", "nightwatch": "3.3.3",
"postcss": "8.4.32", "postcss": "8.4.32",
"postcss-loader": "7.3.3", "postcss-loader": "7.3.3",
"prettier": "3.1.0", "prettier": "3.1.0",