mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Add package-tag npm script so CI can easily patch the package.json tag
This commit is contained in:
@ -4,7 +4,8 @@
|
|||||||
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
"description": "Platform-specific TypeScript declarations for NativeScript for accessing native objects",
|
||||||
"main": "",
|
"main": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tsc"
|
"test": "tsc",
|
||||||
|
"package-tag": "npm version $npm_package_version-$PACKAGE_VERSION --no-git-tag-version"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user