Skip to content

Commit

Permalink
fix: automatically regenerate schema if any config option changes in …
Browse files Browse the repository at this point in the history
…app-builder-lib
  • Loading branch information
Mike Maietta committed Jul 4, 2022
1 parent f70abf1 commit 51f5d49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,8 @@
"packages/**/*.ts": "eslint",
"**/package.json": "pnpm lint-deps",
"test/src/helpers/checkDeps.ts": "pnpm lint-deps",
"docs/**/*": "pnpm generate-docs"
"docs/**/*": "pnpm generate-docs",
"packages/app-builder-lib/src/options/**/*": "pnpm generate-schema"
},
"scripts": {
"postinstall": "patch-package",
Expand Down

0 comments on commit 51f5d49

Please sign in to comment.