Skip to content

Commit

Permalink
included missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
RicYaben committed Sep 10, 2022
1 parent eb92fa3 commit f7d9a4d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
with:
path: "ui/node_modules"
key: node-modules-${{ hashFiles('ui/package.json') }}
- run: npm ci
working-directory: ./ui
- run: npm run build --if-present
working-directory: ./ui
- run: npx semantic-release
Expand Down
37 changes: 37 additions & 0 deletions ui/package-lock.json

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

1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"recharts": "^2.1.13",
"recoil": "^0.7.5",
"recoil-persist": "^4.2.0",
"sass": "^1.54.9",
"typescript": "^4.7.4",
"use-react-router-breadcrumbs": "^3.2.1",
"uuid": "^8.3.2",
Expand Down

0 comments on commit f7d9a4d

Please sign in to comment.