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 fcadff5 commit 59f814aCopy full SHA for 59f814a
package.json
@@ -15,7 +15,8 @@
15
"lint": "eslint src/ --ext .jsx,.js",
16
"postinstall": "husky install",
17
"prepack": "yarn clean && yarn build",
18
- "test": "yarn lint && yarn jest"
+ "prettier": "prettier --check .",
19
+ "test": "yarn lint && yarn prettier && yarn jest"
20
},
21
"keywords": [
22
"array",
0 commit comments