This commit is contained in:
Jan Prochazka
2020-11-28 08:37:40 +01:00
parent 76ec548b4f
commit 13a18eb556
2 changed files with 4 additions and 1 deletions

View File

@@ -19,7 +19,8 @@
"prepare": "yarn build",
"build": "tsc",
"start": "tsc --watch",
"test": "jest"
"test": "jest",
"prepublishOnly": "yarn build"
},
"files": [
"lib"