@toptal/davinci-ci 1.13.4-alpha-fx-upgrade-stylelint-rules.1329 → 1.13.4-alpha-fix-update-npm-version.1330

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-fx-upgrade-stylelint-rules.1329+fef82f0",
3
+ "version": "1.13.4-alpha-fix-update-npm-version.1330+8e389c7",
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-fx-upgrade-stylelint-rules.1329+fef82f0",
35
+ "@toptal/davinci-cli-shared": "1.4.2-alpha-fix-update-npm-version.1330+8e389c7",
36
36
  "danger": "^10.7.1",
37
37
  "markdown-table": "^2.0.0"
38
38
  },
39
- "gitHead": "fef82f000a31a44d8669a3ebf5888f4d15d57f7c"
39
+ "gitHead": "8e389c7d27101e3985dfdc3c24456ebcac2604d5"
40
40
  }
@@ -36,7 +36,7 @@ const dangerCommand = ({ options }) => {
36
36
  : toptalCommitsDangerfilePath
37
37
 
38
38
  runSync(
39
- 'npx',
39
+ 'yarn',
40
40
  [
41
41
  'danger',
42
42
  local ? 'local' : 'ci',
@@ -166,7 +166,7 @@ pipeline {
166
166
  -e BUILD_URL=${BUILD_URL} \
167
167
  -e DANGER_GITHUB_API_TOKEN=${DANGER_GITHUB_API_TOKEN} \
168
168
  gcr.io/toptal-hub/${repositoryName}:${commitId} \
169
- npx davinci ci danger
169
+ yarn davinci ci danger
170
170
  """
171
171
  }
172
172
  } //steps
@@ -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
- npx davinci engine publish-package \
129
+ yarn davinci engine publish-package \
130
130
  --alpha \
131
131
  --outputVersion /artifacts/.version \
132
132
  --branch ${sourceBranch}"