Skip to content

Commit

Permalink
add missing pd package
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Dec 18, 2023
1 parent 9ef92ed commit f78584f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/update-peer-package-json.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#reuses update-package-json, only informing it that we are updating the peerDependencies instead of dependencies/devDependencies.

echo "Updating peerDependencies"
packages=peerPackages
update-peer-packages=true
. $(dirname "$0")/update-package-json.sh

0 comments on commit f78584f

Please sign in to comment.