mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
version
This commit is contained in:
2
packages/tools/.yarnrc
Normal file
2
packages/tools/.yarnrc
Normal file
@@ -0,0 +1,2 @@
|
||||
version-tag-prefix packages-tools-v
|
||||
version-git-message "packages-tools v%s"
|
||||
@@ -19,7 +19,8 @@
|
||||
"prepare": "yarn build",
|
||||
"build": "tsc",
|
||||
"start": "tsc --watch",
|
||||
"test": "jest"
|
||||
"test": "jest",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
|
||||
Reference in New Issue
Block a user