@toptal/davinci-ci 1.13.4-alpha-fix-update-npm-version.1330 → 1.13.4-alpha-fx-2225-create-an-eslint-rule-regarding-usage-fc-in-the-components.1332
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "1.13.4-alpha-
|
|
3
|
+
"version": "1.13.4-alpha-fx-2225-create-an-eslint-rule-regarding-usage-fc-in-the-components.1332+e6944c0",
|
|
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": "^12.1.4",
|
|
34
34
|
"@commitlint/config-conventional": "^12.1.4",
|
|
35
|
-
"@toptal/davinci-cli-shared": "1.4.2-alpha-
|
|
35
|
+
"@toptal/davinci-cli-shared": "1.4.2-alpha-fx-2225-create-an-eslint-rule-regarding-usage-fc-in-the-components.1332+e6944c0",
|
|
36
36
|
"danger": "^10.7.1",
|
|
37
37
|
"markdown-table": "^2.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "e6944c012342bff39d802e29c93e613576328f34"
|
|
40
40
|
}
|
package/src/commands/danger.js
CHANGED
|
@@ -126,7 +126,7 @@ pipeline {
|
|
|
126
126
|
-v ${PWD}/.git:/app/.git \
|
|
127
127
|
gcr.io/toptal-hub/${repositoryName}:${commitId} \
|
|
128
128
|
/bin/bash -c "yarn ${params.BUILD_PACKAGE_SCRIPT_NAME} && \
|
|
129
|
-
|
|
129
|
+
npx davinci engine publish-package \
|
|
130
130
|
--alpha \
|
|
131
131
|
--outputVersion /artifacts/.version \
|
|
132
132
|
--branch ${sourceBranch}"
|