Skip to content

Commit c79c45a

Browse files
committed
chore: broken release script
1 parent f26b0a2 commit c79c45a

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
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/scripts",
33
"type": "module",
4-
"version": "0.11.10",
4+
"version": "0.11.11",
55
"packageManager": "pnpm@10.15.0",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
@@ -50,7 +50,7 @@
5050
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && pnpm run prepare:fixtures",
5151
"typecheck": "vue-tsc --noEmit",
5252
"bump": "bumpp package.json --commit --push --tag",
53-
"release": "pnpm build && pnpm test && bumpp -r -x \"pnpm run changelog\" --all",
53+
"release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.md\"",
5454
"lint": "eslint .",
5555
"lint:fix": "eslint . --fix",
5656
"test": "pnpm dev:prepare && vitest --run",

0 commit comments

Comments
 (0)