blob: 8562b4a766e0d9c0ac084814d3b8abf77687e96c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git package.json.org package.json
index 2344cee..4911d46 100644
--- package.json.org
+++ package.json
@@ -14,7 +14,7 @@
"migration:create": "ts-node --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:create",
"migration:run": "ts-node --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:run",
"format": "prettier --write .",
- "prepare": "husky install"
+ "_prepare": "husky install"
},
"repository": {
"type": "git",
|