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

Commit ef6372b

Browse files
committed
chore(release): fix npm publish command
1 parent 347db55 commit ef6372b

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
@@ -40,7 +40,8 @@ module.exports = function (grunt) {
4040

4141
grunt.registerTask('npmPublish', 'Publish to npm', function () {
4242
grunt.util.spawn({
43-
cmd: 'npm publish',
43+
cmd: 'npm',
44+
args: ['publish']
4445
}, grunt.task.current.async());
4546
});
4647

0 commit comments

Comments
 (0)