Commit 8c45e68
committed
Fix release workflow to run npm scripts correctly
Use `pnpm run version` and `pnpm run release` instead of `pnpm version`
and `pnpm release` to ensure the package.json scripts are executed rather
than pnpm's built-in commands.1 parent d7de927 commit 8c45e68
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
0 commit comments