We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run format
1 parent 17f1cf0 commit b59c2ecCopy full SHA for b59c2ec
package.json
@@ -6,7 +6,8 @@
6
"description": "A live RGBDS programming environment in the browser",
7
"scripts": {
8
"dev": "vite",
9
- "build": "vite build"
+ "build": "vite build",
10
+ "format": "prettier --write ."
11
},
12
"repository": {
13
"type": "git",
0 commit comments