Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cheshirecode authored Aug 5, 2024
1 parent db089a9 commit b0b7c64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if: inputs.lcov != ''
working-directory: ${{ inputs.package-path }}/${{ inputs.package-name }}
run: |
echo - ${{ inputs.package-path }} - ${{ inputs.package-name }} - ${{ github.job }}
pwd
node $GITHUB_WORKSPACE/common/scripts/install-run-rushx.js coverage
- name: Coveralls GitHub Action
if: inputs.lcov != ''
Expand All @@ -73,5 +73,6 @@ jobs:
if: ${{ inputs.build }}
working-directory: ${{ inputs.package-path }}/${{ inputs.package-name }}
run: |
node $GITHUB_WORKSPACE/common/scripts/install-run-rush.js build --verbose --to ${{ inputs.namespace }}/${{ inputs.package-name }}
pwd
node $GITHUB_WORKSPACE/common/scripts/install-run-rushx.js build
continue-on-error: true
2 changes: 1 addition & 1 deletion packages/app-1/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rush-monorepo-boilerplate/app-1",
"name": "app-1",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions rush.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
// "tags": ["tools"]
// }
{
"packageName": "@rush-monorepo-boilerplate/app-1",
"packageName": "app-1",
"projectFolder": "packages/app-1",
"reviewCategory": "production",
"tags": [
Expand All @@ -482,7 +482,7 @@
"shouldPublish": true
},
{
"packageName": "@rush-monorepo-boilerplate/measure-hook",
"packageName": "measure-hook",
"projectFolder": "packages/measure-hook",
"reviewCategory": "tools",
"tags": [
Expand Down

0 comments on commit b0b7c64

Please sign in to comment.