Skip to content

Commit

Permalink
install root project dependencies for building ui package
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Aug 21, 2024
1 parent 248cdbc commit 568c341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
- name: Install root project dependencies
run: npm ci
- name: Install package dependencies
run: npm ci
working-directory: ./resources/js/packages/ui
- name: Build package
Expand Down

0 comments on commit 568c341

Please sign in to comment.