Skip to content

Commit 74811cc

Browse files
committed
chore: fix release it command for build module
1 parent b54c1dc commit 74811cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .release-it.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"hooks": {
1616
"before:init": ["pnpm run lint"],
17-
"after:bump": "pnpm run build",
17+
"after:bump": "pnpm run prepack",
1818
"after:git:release": "echo After git push, before github release",
1919
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
2020
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tresjs/nuxt",
33
"type": "module",
44
"packageManager": "[email protected]",
5-
"version": "1.0.0",
5+
"version": "1.0.1-alpha.0",
66
"description": "TresJS integration for Nuxt.",
77
"repository": "@tresjs/nuxt",
88
"license": "MIT",

0 commit comments

Comments
 (0)