Skip to content

Commit 133bfcb

Browse files
committed
fix: bumpp command in package and package lock v.
1 parent 8190ffc commit 133bfcb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "nuxtcommerce",
33
"version": "1.0.1",
4-
"private": false,
4+
"private": true,
55
"scripts": {
66
"dev": "nuxi dev",
77
"build": "nuxi build",
88
"generate": "nuxi generate",
99
"preview": "nuxi preview",
1010
"postinstall": "nuxi prepare",
11-
"release": "bumpp --commit --push --tag"
11+
"release": "bumpp"
1212
},
1313
"devDependencies": {
1414
"@nuxt/image-edge": "^1.0.0-28050764.aaee7ac",

0 commit comments

Comments
 (0)