From 1859673cd2389caec94a87b64a91a1d095a63928 Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Tue, 18 Jun 2024 14:09:04 +0200 Subject: [PATCH] Use yarn ci --- .github/workflows/deploy.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a03d2a..4d92458 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: node-version: "22" cache: "yarn" - - run: yarn install --frozen-lockfile + - run: yarn ci name: Install dependencies - run: yarn generate diff --git a/package.json b/package.json index c651723..96c923c 100644 --- a/package.json +++ b/package.json @@ -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",