Skip to content

Commit

Permalink
Development: Fix an issue in the client build due to missing rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche authored and JohannesWt committed Sep 23, 2024
1 parent 6fc781d commit bee4801
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 44 deletions.
141 changes: 97 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"jsdom": "24.1.1",
"katex": "0.16.11",
"postcss": "8.4.41",
"rimraf": "6.0.1",
"semver": "7.6.3",
"showdown-katex": {
"showdown": "2.1.0"
Expand Down Expand Up @@ -155,6 +156,7 @@
"lint-staged": "15.2.10",
"ng-mocks": "14.13.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"sass": "1.78.0",
"ts-jest": "29.2.5",
"typescript": "5.5.4",
Expand Down

0 comments on commit bee4801

Please sign in to comment.