Skip to content

Commit 896c3a0

Browse files
committed
Fixed formatting command
1 parent 1a192aa commit 896c3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"start": "node index.js",
11-
"format": "prettier --write ."
11+
"format": "npx prettier . --write"
1212
},
1313
"author": "",
1414
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)