Skip to content

Commit

Permalink
Granular build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Saxena committed Jul 16, 2024
1 parent 744b551 commit cdf28d6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
. "$(dirname "$0")/_/husky.sh"

yarn dlx lint-staged
yarn build

# build packages
yarn workspace @courselit/icons build
yarn workspace @courselit/common-models build
yarn workspace @courselit/utils build
yarn workspace @courselit/text-editor build
yarn workspace @courselit/state-management build
yarn workspace @courselit/components-library build
yarn workspace @courselit/common-widgets build

0 comments on commit cdf28d6

Please sign in to comment.