Skip to content

Commit 17403f5

Browse files
committed
chore: set version in grunt pack to not break package name
1 parent 3b5ad20 commit 17403f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ module.exports = function (grunt) {
227227
"ts:release_build",
228228
"shell:npm_test",
229229

230-
"set_package_version",
231230
"set_live_ga_id",
232231
"verify_live_ga_id"
233232
]);
234233
grunt.registerTask("pack", [
234+
"set_package_version",
235235
"shell:build_package"
236236
]);
237237
grunt.registerTask("lint", ["tslint:build"]);

0 commit comments

Comments
 (0)