Skip to content

Commit 5bbe91b

Browse files
committed
Update husky git hook to use prebuild command
1 parent 6617ed7 commit 5bbe91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
yarn workspaces foreach -ptR -j 5 --since --include "./src/{bundles,tabs}/*" run build --tsc --lint
1+
yarn workspaces foreach -ptR -j 5 --since --include "./src/{bundles,tabs}/*" run buildtools prebuild
22
yarn workspaces foreach -ptR -j 5 --since --include "./src/{bundles,tabs}/*" run test
33
yarn workspaces foreach -ptW --since --include "./{lib,devserver}/*" run lint
44
yarn workspaces foreach -ptW --since --include "./{lib,devserver}/*" run tsc

0 commit comments

Comments
 (0)