This commit is contained in:
Sambo Chea 2021-09-16 18:14:28 +07:00
commit d011f4547e
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
npx lint-staged

View File

@ -5,7 +5,8 @@
"main": "dist/index.js",
"scripts": {
"start": "tsc -w",
"build": "rm -rf dist && tsc"
"build": "rm -rf dist && tsc",
"prepare": "husky install"
},
"repository": {
"type": "git",