mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 01:26: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",
|
"prepare": "yarn build",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"start": "tsc --watch",
|
"start": "tsc --watch",
|
||||||
"test": "jest"
|
"test": "jest",
|
||||||
|
"prepublishOnly": "yarn build"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib"
|
"lib"
|
||||||
|
|||||||
Reference in New Issue
Block a user