Commit 286881d
authored
chore: add git status check to validate:publish:npm script (#564)
Added `git status` command to the `validate:publish:npm` script to display the current state of the repository before performing a dry-run publish. This helps verify that all changes are properly committed and the working directory is clean before attempting to publish packages to npm.1 parent acdf074 commit 286881d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments