@toptal/davinci-ci 2.0.11-alpha-fx-3003-storybook-link-addon.15 → 2.0.11-alpha-fx-3003-storybook-link-addon.19
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/README.md +0 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -53,13 +53,6 @@ slack_channel: 'custom-slack-channel'
|
|
|
53
53
|
is_progressive_web_app: true
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
### Alias
|
|
57
|
-
|
|
58
|
-
You can use davinci ci both as a standalone command `davinci-ci [...args]`
|
|
59
|
-
or as a sub-command of the davinci command: `davinci ci [args...]`, in this case @toptal/davinci package is required.
|
|
60
|
-
Recommended way is to use individual davinci packages, i.e. `davinci-ci danger`.
|
|
61
|
-
|
|
62
|
-
|
|
63
56
|
### Commands you can use in GitHub PRs
|
|
64
57
|
|
|
65
58
|
`@toptal-bot run tests` - to re-run `pr-tests` job
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "2.0.11-alpha-fx-3003-storybook-link-addon.
|
|
3
|
+
"version": "2.0.11-alpha-fx-3003-storybook-link-addon.19+f70b016a",
|
|
4
4
|
"description": "Continuos integrations tools for frontend projects",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@commitlint/cli": "^17.0.2",
|
|
34
34
|
"@commitlint/config-conventional": "^17.0.3",
|
|
35
|
-
"@toptal/davinci-cli-shared": "1.7.1-alpha-fx-3003-storybook-link-addon.
|
|
35
|
+
"@toptal/davinci-cli-shared": "1.7.1-alpha-fx-3003-storybook-link-addon.19+f70b016a",
|
|
36
36
|
"danger": "^11.0.7",
|
|
37
37
|
"markdown-table": "^2.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "f70b016aa5202355294e3b67e4252c20cf0b336f"
|
|
40
40
|
}
|