You've already forked AstralRinth
forked from didirus/AstralRinth
Skip Typescript compilation on packaging
This commit is contained in:
7
.githooks/pre-push
Normal file
7
.githooks/pre-push
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm lint
|
||||
pnpm check
|
||||
Reference in New Issue
Block a user