We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e67833 commit ca1e72fCopy full SHA for ca1e72f
package.json
@@ -15,7 +15,7 @@
15
"homepage": "https://github.com/fossamagna/vite-plugin-react-router-amplify-hosting/blob/main/README.md",
16
"packageManager": "pnpm@10.5.2",
17
"scripts": {
18
- "release": "pnpm test && pnpm build && && changeset tag && pnpm publish",
+ "release": "pnpm test && pnpm build && changeset tag && pnpm publish",
19
"format": "biome format --write ./src",
20
"lint": "biome check --write ./src",
21
"test": "vitest --run",
@@ -35,4 +35,4 @@
35
"lint-staged": {
36
"*.ts": "pnpm lint"
37
}
38
-}
+}
0 commit comments