|
2 | 2 | "name": "vite-plugin-pwa", |
3 | 3 | "type": "module", |
4 | 4 | "version": "1.0.3", |
5 | | - "packageManager": "pnpm@10.13.1", |
| 5 | + "packageManager": "pnpm@10.18.2", |
6 | 6 | "description": "Zero-config PWA for Vite", |
7 | 7 | "author": "antfu <anthonyfu117@hotmail.com>", |
8 | 8 | "license": "MIT", |
|
93 | 93 | "build": "rimraf dist && esno scripts/build.ts", |
94 | 94 | "build-js-example-on-root": "vite build --outDir=../../dist-examples-root -c ./examples/vanilla-js-custom-sw/vite.config.js ./examples/vanilla-js-custom-sw", |
95 | 95 | "build-vue-example-on-root": "DEBUG=vite-plugin-pwa BASE_URL=/ SOURCE_MAP=true CLAIMS=true vite build --outDir=../../dist-examples-root -c ./examples/vue-router/vite.config.ts ./examples/vue-router", |
96 | | - "prepublishOnly": "npm run build", |
97 | | - "release": "bumpp && npm publish", |
| 96 | + "prepublishOnly": "pnpm build", |
| 97 | + "release": "bumpp", |
98 | 98 | "examples": "esno scripts/run-examples.ts", |
99 | 99 | "example:vue:dev:cdn": "pnpm -C examples/vue-basic-cdn run dev", |
100 | 100 | "example:vue:build:cdn": "pnpm -C examples/vue-basic-cdn run build", |
|
106 | 106 | "test-solid": "pnpm -C examples/solid-router run test", |
107 | 107 | "test-svelte": "pnpm -C examples/svelte-routify run test", |
108 | 108 | "test-typescript": "pnpm -C examples/vanilla-ts-no-ip run test", |
109 | | - "test": "nr test-vue && nr test-react && nr test-preact && nr test-solid && nr test-svelte && nr test-typescript", |
| 109 | + "test": "nr test-vue && nr test-react && nr test-preact && nr test-solid && nr test-typescript", |
| 110 | + "test:node20": "nr test-vue && nr test-react && nr test-preact && nr test-solid && nr test-svelte && nr test-typescript", |
110 | 111 | "test:vite-ecosystem-ci": "nr test-typescript" |
111 | 112 | }, |
112 | 113 | "peerDependencies": { |
|
0 commit comments