From 1ae1abed4d26aa9c72f5228611b7e57fd3ac69d5 Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 12 Jan 2026 14:30:55 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20ESLint=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=B7=BB=E5=8A=A0=20pnpm=20=E9=94=81?= =?UTF-8?q?=E5=AE=9A=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BF=AE=E6=AD=A3=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E9=A1=B9=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.mjs | 2 ++ packages/distribute/package.json | 2 +- pnpm-workspace.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 4a415b2..f08857b 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -12,6 +12,8 @@ export default antfu({ "dist", "coverage", "node_modules", + "pnpm-lock.yaml", + "pnpm-workspace.yaml", ], stylistic: { semi: true, diff --git a/packages/distribute/package.json b/packages/distribute/package.json index 5127ca2..eb31bcc 100644 --- a/packages/distribute/package.json +++ b/packages/distribute/package.json @@ -9,7 +9,7 @@ "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare", - "deploy": "pnpx wrangler pages deploy .output/public --project-name=appstore --branch=main" + "deploy:cloudflare": "pnpx wrangler pages deploy .output/public --project-name=appstore --branch=main" }, "dependencies": { "@nuxt/ui": "^4.3.0", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2dba435..d75b1fd 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -3,7 +3,7 @@ packages: catalog: '@capacitor/share': ^8.0.0 - html2canvas: ^1.4.1 + 'html2canvas': ^1.4.1 catalogMode: prefer