Skip to content

Commit

Permalink
Use yarn ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Jun 18, 2024
1 parent f5c080c commit 1859673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: "22"
cache: "yarn"

- run: yarn install --frozen-lockfile
- run: yarn ci
name: Install dependencies

- run: yarn generate
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"dependencies": {
"@nuxt/content": "^2.9.0",
"@nuxt/devtools": "^1.3.3",
"@nuxtjs/eslint-module": "^4.1.0",
Expand Down

0 comments on commit 1859673

Please sign in to comment.