Skip to content

Commit

Permalink
ci: add nuxt as workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Oct 5, 2024
1 parent 9369bf1 commit 5c1ab3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"devDependencies": {
"prettier": "^3.1.1",
"turbo": "^2.1.3"
"turbo": "^2.1.3",
"nuxt": "^3.13.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down

0 comments on commit 5c1ab3f

Please sign in to comment.