From 32b6c6124ffc3462cfdc7f8661dd3ed42fdfc77e Mon Sep 17 00:00:00 2001 From: Art Rosnovsky Date: Thu, 23 Nov 2023 13:52:35 -0800 Subject: [PATCH] fix: troubleshoot failing build --- .github/workflows/action.yml | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index e86c674..c66d0c4 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -24,7 +24,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: "pnpm" - run: npm install pnpm --location=global - run: pnpm i --frozen-lockfile - run: pnpm run build --if-present diff --git a/package.json b/package.json index 25227b8..2f1371f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "commit": "cz", "release": "standard-version", "prepare": "husky install", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Warning: no test specified\" && exit 0" }, "keywords": [], "author": "",