Commit ba30607
authored
chore(*): update
This pull request updates the `publish-package` script in `package.json`
to use a direct Node.js command for publishing packages, replacing the
previous Lerna-based approach.
**Build and publish process:**
* Updated the `publish-package` script to use a Node.js command that
runs `npm publish --ws`, dynamically adding the `--tag next` flag if the
version in `lerna.json` contains a hyphen (indicating a pre-release
version). This replaces the previous use of `lerna publish` and
streamlines the publishing process.publish-package script for trusted publishing (#485)1 parent 729aa92 commit ba30607
2 files changed
+1
-41
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments