We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ddf3 commit a8f44cdCopy full SHA for a8f44cd
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"validate": "yarn typecheck && yarn test && yarn lint && yarn prettier",
39
"validate:examples": "yarn --cwd examples/basic validate && yarn --cwd examples/cookbook validate",
40
"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",
+ "validate:fix": "yarn prettier:fix && yarn lint --fix && yarn typecheck && yarn test -u && docs:generate",
42
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
43
"build:ts": "tsc --build tsconfig.release.json",
44
"build": "yarn clean && yarn build:js && yarn build:ts",
0 commit comments