Skip to content

Commit fb00dc2

Browse files
committed
chore: add fix:deps script to package.json
This makes it more discoverable
1 parent 2387f3f commit fb00dc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"test:ci": "run-vitest-ci",
1818
"test": "vitest run --passWithNoTests",
1919
"fix:format": "prettier . --write --cache --ignore-unknown",
20+
"fix:deps": "run-fix-deps",
2021
"test:watch": "vitest",
2122
"eval:ci": "run-turbo eval:ci",
2223
"update-deps": "syncpack update"

0 commit comments

Comments
 (0)