Skip to content

Commit b59c2ec

Browse files
committed
npm run format will run Prettier
1 parent 17f1cf0 commit b59c2ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"description": "A live RGBDS programming environment in the browser",
77
"scripts": {
88
"dev": "vite",
9-
"build": "vite build"
9+
"build": "vite build",
10+
"format": "prettier --write ."
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)