Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3bc429a

Browse files
committed
chore(grunt): use path.normalize in grunt shell:npm-install
This makes the command runnable on Windows clients.
1 parent d8832d5 commit 3bc429a

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)