Skip to content

Commit

Permalink
chore: 🔧 cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Mar 16, 2024
1 parent e9293ac commit b106182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\" --ignore-path .gitignore",
"lint": "turbo lint && manypkg check",
"lint:fix": "turbo lint:fix && manypkg fix",
"sort-package-json": "pnpx sort-package-json \"package.json\" \"apps/*/package.json\" \"packages/*/package.json\" \"packages/config/*/package.json\"",
"sort-package-json": "sort-package-json \"package.json\" \"apps/*/package.json\" \"packages/*/package.json\" \"packages/config/*/package.json\"",
"test": "turbo test",
"type-check": "turbo type-check"
},
Expand Down

0 comments on commit b106182

Please sign in to comment.