Skip to content

Commit 861a439

Browse files
committed
.
1 parent cfb3315 commit 861a439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typecheck": "tsc",
3131
"copy-flowtypes": "cp typings/index.flow.js build",
3232
"lint": "eslint src --cache",
33-
"validate": "yarn lint && yarn typecheck && yarn test",
33+
"validate": "yarn prettier && yarn lint && yarn typecheck && yarn test",
3434
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
3535
"build:ts": "tsc --build tsconfig.release.json",
3636
"build": "yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes",

0 commit comments

Comments
 (0)