We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2387f3f commit fb00dc2Copy full SHA for fb00dc2
1 file changed
package.json
@@ -17,6 +17,7 @@
17
"test:ci": "run-vitest-ci",
18
"test": "vitest run --passWithNoTests",
19
"fix:format": "prettier . --write --cache --ignore-unknown",
20
+ "fix:deps": "run-fix-deps",
21
"test:watch": "vitest",
22
"eval:ci": "run-turbo eval:ci",
23
"update-deps": "syncpack update"
0 commit comments