@jetbrains/ring-ui-built 6.0.45-beta.0 → 6.0.46-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jetbrains/ring-ui-built",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.46-beta.0",
|
4
4
|
"description": "JetBrains UI library",
|
5
5
|
"author": "JetBrains",
|
6
6
|
"license": "Apache-2.0",
|
@@ -58,6 +58,7 @@
|
|
58
58
|
"typecheck": "tsc",
|
59
59
|
"test-ci": "npm run test",
|
60
60
|
"typecheck-ci": "node tsc-teamcity",
|
61
|
+
"prerelease-ci": "git pull",
|
61
62
|
"release-ci": "npm version $NPM_VERSION_PARAMS && npm publish --access=public $NPM_PUBLISH_PARAMS",
|
62
63
|
"postrelease-ci": "git push --follow-tags",
|
63
64
|
"prerelease-built-ci": "node prepare-built-package.js",
|