Skip to content

Commit

Permalink
ci: add build artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed May 6, 2024
1 parent 9681a2a commit 97938b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
registry-url: https://npm.pkg.github.com/

- name: Install Rush
run: node common/scripts/install-run-rush.js install
run: node common/scripts/install-run-rush.js install && node common/scripts/install-run-rush.js build

- name: Run Tests
working-directory: ./aform
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
registry-url: https://npm.pkg.github.com/

- name: Install Rush
run: node common/scripts/install-run-rush.js install
run: node common/scripts/install-run-rush.js install && node common/scripts/install-run-rush.js build

- name: Run Tests
working-directory: ./atable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"packageName": "@stonecrop/aform",
"comment": "Add ADatePicker base component",
"type": "none"
"type": "patch"
}
],
"packageName": "@stonecrop/aform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"packageName": "@stonecrop/atable",
"comment": "Update table keyboard navigation",
"type": "none"
"type": "patch"
}
],
"packageName": "@stonecrop/atable"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"packageName": "@stonecrop/utilities",
"comment": "Update keyboard navigation composable",
"type": "none"
"type": "patch"
}
],
"packageName": "@stonecrop/utilities"
Expand Down

0 comments on commit 97938b9

Please sign in to comment.