Skip to content

Commit 0682def

Browse files
Narretznetman92
authored andcommitted
chore(grunt): use path.normalize in grunt shell:npm-install
This makes the command runnable on Windows clients.
1 parent efd8f9a commit 0682def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ module.exports = function(grunt) {
282282

283283
shell: {
284284
"npm-install": {
285-
command: 'scripts/npm/install-dependencies.sh'
285+
command: path.normalize('scripts/npm/install-dependencies.sh')
286286
},
287287

288288
"promises-aplus-tests": {

0 commit comments

Comments
 (0)