Skip to content

Commit

Permalink
ci(.github): add nuxt as global dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 58a7a64 commit 9369bf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ runs:
${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-yarn-
- name: Install global dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn global add nuxt
shell: bash

- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependsOn": ["core#build", "webpack#build"]
},
"nuxt#build": {
"dependsOn": ["core#build"]
"dependsOn": ["core#build", "vue#build"]
},

"native#build": {
Expand Down

0 comments on commit 9369bf1

Please sign in to comment.