Merge branch 'main' of https://git.cubetiqs.com/CUBETIQ/ts-common into main
This commit is contained in:
commit
d011f4547e
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
||||
npx lint-staged
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user