Skip to content

Commit a8f44cd

Browse files
committed
.
1 parent 759ddf3 commit a8f44cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"validate": "yarn typecheck && yarn test && yarn lint && yarn prettier",
3939
"validate:examples": "yarn --cwd examples/basic validate && yarn --cwd examples/cookbook validate",
4040
"validate:all": "yarn validate && yarn validate:examples && yarn docs:check && yarn --cwd website validate && yarn --cwd experiments-app validate",
41-
"validate:fix": "yarn prettier:fix && yarn lint --fix && yarn typecheck && yarn test -u",
41+
"validate:fix": "yarn prettier:fix && yarn lint --fix && yarn typecheck && yarn test -u && docs:generate",
4242
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
4343
"build:ts": "tsc --build tsconfig.release.json",
4444
"build": "yarn clean && yarn build:js && yarn build:ts",

0 commit comments

Comments
 (0)