Skip to content

Commit 6ceedec

Browse files
committed
missing packages
1 parent f7d9a4d commit 6ceedec

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release-ui.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths-ignore:
66
- "**.md"
7+
78
branches:
89
- "gsoc_2022"
910
pull_request:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths-ignore:
66
- "**.md"
7+
- "ui"
78
pull_request:
89
paths-ignore:
910
- "**.md"

ui/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "^18.2.0",
1818
"react-icons": "^4.4.0",
1919
"react-router-dom": "^6.3.0",
20-
"react-scripts": "5.0.1",
20+
"react-scripts": "^5.0.1",
2121
"react-select": "^5.4.0",
2222
"react-uuid": "^1.0.3",
2323
"recharts": "^2.1.13",

0 commit comments

Comments
 (0)