Skip to content

Commit 67fa4b3

Browse files
Add grunt release major task
1 parent d054636 commit 67fa4b3

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
@@ -42,7 +42,8 @@
4242
"serve": "static ./local-dev -c 0",
4343
"lint": "./tools/lint.sh",
4444
"jscs": "jscs ./src ./test",
45-
"eslint": "eslint --ext .js ./src ./test"
45+
"eslint": "eslint --ext .js ./src ./test",
46+
"release-major": "grunt release:major"
4647
},
4748
"repository": {
4849
"type": "git",

0 commit comments

Comments
 (0)