Skip to content

Commit cd41e92

Browse files
committed
add yarn format script (prettier)
1 parent 304211a commit cd41e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"scripts": {
5252
"build": "pika-pack build",
5353
"deploy": "npm run build && pika publish",
54+
"format": "yarn prettier -w .",
5455
"lint": "eslint --ignore-path .gitignore --ext .js,.ts src",
5556
"pregenerate": "npm run build",
5657
"test": "npm run build && jest",

0 commit comments

Comments
 (0)