We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445686c commit de76bf4Copy full SHA for de76bf4
package.json
@@ -14,7 +14,8 @@
14
"lint": "eslint sample/ src/ test/ --ext .jsx,.js",
15
"postinstall": "husky install",
16
"prepack": "yarn clean && yarn build",
17
- "test": "yarn lint && yarn jest"
+ "prettier": "prettier --check .",
18
+ "test": "yarn lint && yarn prettier && yarn jest"
19
},
20
"keywords": [
21
"calendar",
0 commit comments