Skip to content

Commit ca1e72f

Browse files
committed
fix: remove duplicate ampersand in release script in package.json
1 parent 8e67833 commit ca1e72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"homepage": "https://github.com/fossamagna/vite-plugin-react-router-amplify-hosting/blob/main/README.md",
1616
"packageManager": "pnpm@10.5.2",
1717
"scripts": {
18-
"release": "pnpm test && pnpm build && && changeset tag && pnpm publish",
18+
"release": "pnpm test && pnpm build && changeset tag && pnpm publish",
1919
"format": "biome format --write ./src",
2020
"lint": "biome check --write ./src",
2121
"test": "vitest --run",
@@ -35,4 +35,4 @@
3535
"lint-staged": {
3636
"*.ts": "pnpm lint"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)