mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-24 04:31:31 +03:00
chore: Prettier and lint-staged setup
This commit is contained in:
parent
6d836d2d93
commit
a79459e5a6
@ -6,6 +6,6 @@ if ! [ -x "$(command -v npm)" ]; then
|
||||
echo "If you use a version manager tool such as nvm and a git GUI such as GitKraken, please read: https://typicode.github.io/husky/#/?id=command-not-found" >&2
|
||||
exit 1
|
||||
else
|
||||
npm run lint && npx ts-node scripts/commit-msg.js
|
||||
npx ts-node scripts/commit-msg.js
|
||||
fi
|
||||
|
||||
|
@ -4,7 +4,6 @@ import { spawn } from 'child_process'
|
||||
import lang from '@/helpers/lang'
|
||||
import TcpClient from '@/core/tcp-client'
|
||||
import server from '@/core/http-server/server'
|
||||
|
||||
;(async () => {
|
||||
dotenv.config()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user