Skip to content

Commit 52d917f

Browse files
author
Kelly Selden
committed
fix: don't touch manifest.json
1 parent 3aff0c2 commit 52d917f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint:git": "commitlint",
88
"lint:js": "eslint . --ext js,json",
9-
"release": "next release",
9+
"release": "next release --package-files package.json --bump-files package.json",
1010
"test": "mocha test/tests.js"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)