Skip to content

Commit 2f0e3f0

Browse files
committed
style(npm): lint package.json
1 parent ff35b44 commit 2f0e3f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
6969
"version": "oclif-dev readme && git add README.md",
7070
"commit": "git-cz",
71-
"release": "standard-version",
72-
"release:beta": "standard-version -p beta"
71+
"release": "standard-version -s",
72+
"release:beta": "standard-version -s -p beta"
7373
},
7474
"types": "lib/index.d.ts",
7575
"config": {

0 commit comments

Comments
 (0)