Skip to content

Commit c6cd0af

Browse files
committed
windows quick fix
1 parent 1fcfdfa commit c6cd0af

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
@@ -154,7 +154,7 @@ module.exports = function(grunt) {
154154
options: nsSubDir
155155
},
156156
package: {
157-
command: "npm pack '" + moduleOutDir + "'"
157+
command: "npm pack \"" + moduleOutDir + "\""
158158
}
159159
},
160160
env: {

0 commit comments

Comments
 (0)