Skip to content

Commit 6381d57

Browse files
committed
change bump version script
1 parent a4064ef commit 6381d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "turbo run build",
1313
"release": "npm run generate:docker && semantic-release",
1414
"test": "turbo run test",
15-
"bump:version": "turbo run bump:version",
15+
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
1616
"generate:docker": "docker build -f Dockerfile --tag asyncapi/studio .",
1717
"build:studio": "turbo run build --no-cache --filter=studio...",
1818
"build:ds": "turbo run build --filter=design-system..."

0 commit comments

Comments
 (0)