Commit 03ab16f
authored
chore: Fix NPM publishing workflow (#1434)
Our publishing workflow was unable to execute `lerna publish` to publish
our npm packages because its method of execution `npm bin` is not
supported anymore. This stackoverflow article for more context:
https://stackoverflow.com/questions/9679932/how-to-use-executables-from-a-package-installed-locally-in-node-modules
- Switching to using `npx`. I confirmed locally that `npx lerna -h`
works which means other lerna commands should work. (unable to do
publishing dry run because our version of lerna is too old, and doesn't
have that option)1 parent d1fc51f commit 03ab16f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
0 commit comments