Add prepare script
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jack Hadrill 2022-01-31 00:50:42 +00:00
parent 8fe7072b83
commit d534332ec9

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",