From 98a4e90a5b940ca72c88db1731584e1a78d0d0ff Mon Sep 17 00:00:00 2001 From: avo Date: Sun, 27 Oct 2024 13:02:01 -0500 Subject: [PATCH] deploy script --- .github/workflows/deploy.yml | 4 +++- package.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9175f03..1938d87 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,11 +31,13 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Enable Corepack + run: corepack enable - name: Set up Node uses: actions/setup-node@v4 with: node-version: 20 - cache: 'npm' + cache: 'yarn' - name: Install dependencies run: yarn install - name: Build diff --git a/package.json b/package.json index 34c154a..242717b 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,6 @@ "typescript": "^5.5.3", "typescript-eslint": "^8.10.0", "vite": "^5.4.9" - } + }, + "packageManager": "yarn@4.5.1" }