Commit 0384b22
committed
refactor: Update FrontendRelease workflow to build and deploy the frontend app
- Update the FrontendRelease workflow to include the working directory for installing dependencies and building the app.
- Change the build command in the FrontendRelease workflow to use the new working directory for the frontend app.
- Remove the build command from the package.json file in the packages/ui directory.1 parent 4b71725 commit 0384b22
File tree
2 files changed
+4
-3
lines changed- .github/workflows
- packages/ui
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments