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",
"test": "jest",
"build": "tsc",
"prepare": "tsc"
"prepare": "tsc",
"prepack": "tsc"
},
"repository": {
"type": "git",