Skip to content

Commit

Permalink
more diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Mar 24, 2024
1 parent 37c3351 commit e75cff5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/bump-workspaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

bash ../check-src-pollution.sh

npm version --workspaces patch
# npm version --workspaces patch

(cd cli && npm version patch)

bash ../check-src-pollution.sh

(cd install && npm version patch)

bash ../check-src-pollution.sh

0 comments on commit e75cff5

Please sign in to comment.