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

2
packages/tools/.yarnrc Normal file
View File

@@ -0,0 +1,2 @@
version-tag-prefix packages-tools-v
version-git-message "packages-tools v%s"

View File

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