From a309e4d23106cc68e286368eff87d72c7382f15d Mon Sep 17 00:00:00 2001 From: Roy Li Date: Fri, 3 May 2024 23:36:18 +0200 Subject: [PATCH] chore: update pnpm version to 9 and remove "patches" directory from package files --- .github/workflows/ci.yml | 2 +- package.json | 1 - zbpack.json | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 zbpack.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 520ef23dd..a3bc7567e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 9 run_install: false - name: Get pnpm store directory diff --git a/package.json b/package.json index 4b973ee8a..b7e656ca6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "author": "Roy Li ", "license": "MIT", "files": [ - "patches", "bin", "build", "hygen-template", diff --git a/zbpack.json b/zbpack.json new file mode 100644 index 000000000..36e554d7e --- /dev/null +++ b/zbpack.json @@ -0,0 +1,3 @@ +{ + "cache_dependencies": false +}