Add prepack script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jack Hadrill 2022-01-31 00:57:33 +00:00
parent 360f272323
commit d1769651aa

View File

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