Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit f4931c9

Browse files
committed
grunt fix mappAll to buildAll only
1 parent 6897a32 commit f4931c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gruntfile.coffee

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ module.exports = (grunt) ->
9191
# automatically in the default browser.
9292
grunt.registerTask 'graph', ['angular_architecture_graph']
9393

94-
grunt.registerTask 'bump-@-preminor', ['changelog', 'bump-only:preminor', 'mappAll', 'bump-commit']
95-
grunt.registerTask 'bump-@-prerelease', ['changelog','bump-only:prerelease', 'mappAll', 'bump-commit']
96-
grunt.registerTask 'bump-@', ['changelog','bump-only', 'mappAll', 'bump-commit']
97-
grunt.registerTask 'bump-@-minor', ['changelog','bump-only:minor', 'mappAll', 'bump-commit']
98-
grunt.registerTask 'bump-@-major', ['changelog','bump-only:major', 'mappAll', 'bump-commit']
94+
grunt.registerTask 'bump-@-preminor', ['changelog', 'bump-only:preminor', 'buildAll', 'bump-commit']
95+
grunt.registerTask 'bump-@-prerelease', ['changelog','bump-only:prerelease', 'buildAll', 'bump-commit']
96+
grunt.registerTask 'bump-@', ['changelog','bump-only', 'buildAll', 'bump-commit']
97+
grunt.registerTask 'bump-@-minor', ['changelog','bump-only:minor', 'buildAll', 'bump-commit']
98+
grunt.registerTask 'bump-@-major', ['changelog','bump-only:major', 'buildAll', 'bump-commit']
9999

100100
exampleOpenTasks = []
101101

0 commit comments

Comments
 (0)