Skip to content

Commit 2087c56

Browse files
authored
Update package.json
1 parent d5944c5 commit 2087c56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"start": "ts-node-dev index.ts",
99
"heroku-postbuild": "cd client && npm install && npm run build"
1010
},
11+
"pre-commit": [
12+
"ts.check",
13+
"build",
14+
"add-build"
15+
],
1116
"keywords": [],
1217
"author": "",
1318
"license": "ISC",

0 commit comments

Comments
 (0)