Skip to content

Commit ecc0983

Browse files
committed
chore: add a script to sort package.json
1 parent 0f623f9 commit ecc0983

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"uno.config.ts"
2929
],
3030
"scripts": {
31-
"dev": "slidev"
31+
"dev": "slidev",
32+
"sort": "bunx sort-package-json"
3233
},
3334
"dependencies": {
3435
"naive-ui": "^2.41.0"

0 commit comments

Comments
 (0)