Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 388264c

Browse files
committed
update npm scripts
1 parent 586b36f commit 388264c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
"lint": "aegir-lint",
4444
"build": "gulp build",
4545
"release": "gulp release",
46+
"release-minor": "gulp release --type minor",
47+
"release-major": "gulp release --type major",
4648
"coverage": "gulp coverage",
4749
"coverage-publish": "aegir-coverage publish"
4850
},

0 commit comments

Comments
 (0)