Skip to content

Commit

Permalink
fix(cli): set dependency and cd fix (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored May 14, 2021
1 parent f950673 commit 3a89594
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
if: ${{ github.event.inputs.version == ''}}
- name: Manually bump version
if: ${{ github.event.inputs.version != ''}}
run: node_modules/.bin/lerna publish ${{ github.event.inputs.version }} ---conventional-commits --force-publish -y --no-push --no-git-tag-version
run: node_modules/.bin/lerna publish ${{ github.event.inputs.version }} ---conventional-commits --force-publish -y --no-push --no-git-tag-version --no-git-reset
- name: Semantically bump version
if: ${{ github.event.inputs.version == ''}}
run: node_modules/.bin/lerna publish ---conventional-commits -y --no-push --no-git-tag-version
run: node_modules/.bin/lerna publish ---conventional-commits -y --no-push --no-git-tag-version --no-git-reset
- name: Wait for NPM cache to be updated
run: node ./scripts/wait-for-packages.js
- name: Update package-lock.json
Expand Down
3 changes: 1 addition & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "d30809dce938941df6019bf29e6544aa58951cfe"
}
}
9 changes: 4 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"tslib": "^1"
},
"devDependencies": {
"@coveo/angular": "^1.1.1",
"@coveo/cra-template": "^1.1.1",
"@coveo/vue-cli-plugin-typescript": "^1.1.1",
"@coveo/angular": "^1.2.0",
"@coveo/cra-template": "^1.2.0",
"@coveo/vue-cli-plugin-typescript": "^1.2.0",
"@oclif/dev-cli": "^1.26.0",
"@oclif/test": "^1",
"@types/fs-extra": "^9.0.6",
Expand Down Expand Up @@ -112,6 +112,5 @@
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"gitHead": "d30809dce938941df6019bf29e6544aa58951cfe"
}
}
3 changes: 1 addition & 2 deletions packages/cra-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "d30809dce938941df6019bf29e6544aa58951cfe"
}
}
3 changes: 1 addition & 2 deletions packages/search-token-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "d30809dce938941df6019bf29e6544aa58951cfe"
}
}
3 changes: 1 addition & 2 deletions packages/vue-cli-plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "d30809dce938941df6019bf29e6544aa58951cfe"
}
}

0 comments on commit 3a89594

Please sign in to comment.