Skip to content

Commit 6efbf8a

Browse files
committed
Adding separate task for nuget packaging.
1 parent 3e9ed59 commit 6efbf8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ module.exports = function( grunt ) {
5757
grunt.loadNpmTasks('grunt-nuget');
5858

5959
grunt.registerTask('test', ['jasmine']);
60-
grunt.registerTask('default', ['test', 'uglify', 'nugetpack']);
60+
grunt.registerTask('pack', ['default','nugetpack']);
61+
grunt.registerTask('default', ['test', 'uglify']);
6162
};

0 commit comments

Comments
 (0)