feat(husky): Add post-merge hook and prepare script
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
npm install --no-audit --no-fund
|
||||
npm run build
|
||||
+2
-1
@@ -20,7 +20,8 @@
|
||||
"cli:dev": "tsc -p tsconfig.cli.json --watch",
|
||||
"cli:build": "tsc -p tsconfig.cli.json",
|
||||
"ttrpg": "node --loader ts-node/esm ./src/cli/index.ts",
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"keywords": [
|
||||
"ttrpg",
|
||||
|
||||
Reference in New Issue
Block a user