We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304211a commit cd41e92Copy full SHA for cd41e92
package.json
@@ -51,6 +51,7 @@
51
"scripts": {
52
"build": "pika-pack build",
53
"deploy": "npm run build && pika publish",
54
+ "format": "yarn prettier -w .",
55
"lint": "eslint --ignore-path .gitignore --ext .js,.ts src",
56
"pregenerate": "npm run build",
57
"test": "npm run build && jest",
0 commit comments