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 cfb3315 commit 861a439Copy full SHA for 861a439
package.json
@@ -30,7 +30,7 @@
30
"typecheck": "tsc",
31
"copy-flowtypes": "cp typings/index.flow.js build",
32
"lint": "eslint src --cache",
33
- "validate": "yarn lint && yarn typecheck && yarn test",
+ "validate": "yarn prettier && yarn lint && yarn typecheck && yarn test",
34
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
35
"build:ts": "tsc --build tsconfig.release.json",
36
"build": "yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes",
0 commit comments