We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b9171 commit bfc5b91Copy full SHA for bfc5b91
1 file changed
lefthook.yml
@@ -0,0 +1,17 @@
1
+pre-commit:
2
+ parallel: true
3
+ commands:
4
+ lint:
5
+ run: pnpm nx affected -t lint --uncommitted --outputStyle=static
6
+
7
+ typecheck:
8
+ run: pnpm nx affected -t typecheck --uncommitted
9
10
+pre-push:
11
12
13
+ test:
14
+ run: pnpm nx affected -t test --base=origin/main --head=HEAD
15
16
+ build:
17
+ run: pnpm nx affected -t build --base=origin/main --head=HEAD
0 commit comments