chore: installed wait-on
Some checks failed
Build / Build-and-ng-test (pull_request) Successful in 3m49s
Build / Build-and-test-development (pull_request) Failing after 37s
Lighthouse Checks / lighthouse (20.15.1) (pull_request) Has been cancelled

This commit is contained in:
M
2025-08-07 09:48:31 +02:00
parent 22ec7f0340
commit 3fda7dc5b0
2 changed files with 146 additions and 25 deletions

View File

@@ -6,8 +6,8 @@
"@saithodev/semantic-release-gitea": "^2.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/npm": "11.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "11.0.0",
"@semantic-release/release-notes-generator": "^11.0.4",
"commit-and-tag-version": "^11.2.2",
"prettier": "3.6.2"
@@ -32,5 +32,8 @@
"//": [
"Readme",
"We must set private: true so that semantic-release/npm plugin will update the package.json version but not try to release it as NPM package"
]
],
"dependencies": {
"wait-on": "^8.0.4"
}
}