Skip to content

Commit 44f1078

Browse files
committed
update tasks
1 parent a7dfb3f commit 44f1078

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tasks/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var dest = './dist',
88
headerText,
99
headerTemplate =
1010
'/*\n' +
11-
' VueJS v{{version}}\n' +
11+
' Vue.js v{{version}}\n' +
1212
' (c) 2014 Evan You\n' +
1313
' License: MIT\n' +
1414
'*/\n'

tasks/release.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = function (grunt) {
2020
.then('git tag v' + version)
2121
.then('git push')
2222
.then('git push origin v' + version)
23+
.then('npm publish')
2324
.run(this.async(), function (err) {
2425
grunt.fail.fatal(err)
2526
})

0 commit comments

Comments
 (0)