iotgateway/IoTGateway/ClientApp/.husky/pre-commit
2022-04-29 16:37:05 +08:00

6 lines
169 B
Bash

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
export NODE_OPTIONS="--max-old-space-size=4096"
npx --no-install tsc -p tsconfig.app.json --noEmit
npx --no-install lint-staged