Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Jun 3, 2018
1 parent 2614b9d commit 0809c8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ before_test:
test_script:
- 'npm run lint'
- 'npm run build'
- 'C:\projects\cli\lib\sequelize.js'
- 'npm run test-raw'
2 changes: 1 addition & 1 deletion test/support/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ var Support = {
},

getCliCommand: function (cwd, flags) {
return this.getCliPath(cwd) + ' ' + flags;
return 'node ' + this.getCliPath(cwd) + ' ' + flags;
},

getSupportDirectoryPath: function () {
Expand Down

0 comments on commit 0809c8e

Please sign in to comment.