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