Add prepare script

This commit is contained in:
Jack Hadrill 2022-01-31 00:49:39 +00:00
parent 8fe7072b83
commit 5dff282c05
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"scripts": { "scripts": {
"lint": "ts-standard", "lint": "ts-standard",
"test": "jest", "test": "jest",
"build": "tsc" "build": "tsc",
"prepare": "tsc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",