Skip to content

Commit 0710c55

Browse files
chore: added script to quickly update internal dependencies
1 parent 7601ad5 commit 0710c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"prerelease": "turbo run build",
1818
"release": "changeset publish",
1919
"update-deps": "npx npm-check-updates --format group --workspaces --interactive",
20+
"update-deps:internal": "npx npm-check-updates --format group --workspaces --interactive -f @dxp/* -f @o2s/*",
2021
"storybook": "storybook dev -p 6006",
2122
"build-storybook": "npm run build && storybook build"
2223
},

0 commit comments

Comments
 (0)