Commit 1e59beb
authored
ci(*): add build step before publishing package (#486)
This pull request adds a build step to the publish workflow in
`.github/workflows/publish.yml` to ensure the project is built before
publishing.
Workflow improvements:
* Added a `Build` step that runs `npm run build --if-present` prior to
publishing the package, ensuring any necessary build artifacts are
generated before the publish step.1 parent ba30607 commit 1e59beb
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
0 commit comments