Skip to content

Commit f59f269

Browse files
add "release-version" script
1 parent 69cc2fc commit f59f269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"build": "rm -rf lib && babel src -d lib",
1010
"watch": "npm run build -- --watch --source-maps inline",
1111
"preversion": "npm run lint",
12-
"prepublish": "npm run build"
12+
"prepublish": "npm run build",
13+
"release-version": "npm run build && ./smooth-release --validations --changelog --gh-release --npm-version --npm-publish"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)