Skip to content

Commit

Permalink
--no-workspaces-update
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Mar 24, 2024
1 parent e75cff5 commit aad99a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bump-workspaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ bash ../check-src-pollution.sh

# npm version --workspaces patch

(cd cli && npm version patch)
(cd cli && npm version patch --no-workspaces-update)

bash ../check-src-pollution.sh

(cd install && npm version patch)
(cd install && npm version patch --no-workspaces-update)

bash ../check-src-pollution.sh

0 comments on commit aad99a1

Please sign in to comment.