Skip to content

Commit

Permalink
chore(Root): execute lib scripts after install
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Sep 19, 2024
1 parent 70fe6ca commit 1391d02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
cache: 'npm'

- name: Install
run: npm ci
run: |
npm ci
npx -y ultra-runner --raw --recursive prepublishOnly
- name: Publish Packages
run: |
Expand Down

0 comments on commit 1391d02

Please sign in to comment.