Skip to content

Commit e256bfe

Browse files
committed
Remove edit of semantic-release command
1 parent cb06802 commit e256bfe

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
@@ -75,7 +75,7 @@
7575
"cover": "nyc --reporter html --reporter text -- npm -s test",
7676
"cover:report": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov",
7777
"prepublish": "npm run compile",
78-
"release": "semantic-release pre && npm publish && semantic-release post",
78+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
7979
"standard": "standard",
8080
"fix": "standard --fix"
8181
}

0 commit comments

Comments
 (0)