Commit 370cc54
committed
fix(workflow): specify correct build target for cli-with-sentry
The workflow was building with the default 'cli' target instead of
'cli-sentry' target, causing the cli-with-sentry package to not be
built before validation.
Added --target cli-sentry flag to ensure the correct package is built.1 parent 86781cb commit 370cc54
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments