mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-24 10:20:23 +00:00
fix(build): get promise A+ tests to run on windows
This commit is contained in:
parent
4aa9d2aa1e
commit
265f0b5225
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
var files = require('./angularFiles').files;
|
||||
var util = require('./lib/grunt/utils.js');
|
||||
var path = require('path');
|
||||
|
||||
module.exports = function(grunt) {
|
||||
//grunt plugins
|
||||
|
|
@ -235,7 +236,7 @@ module.exports = function(grunt) {
|
|||
stderr:true,
|
||||
failOnError:true
|
||||
},
|
||||
command:'./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js'
|
||||
command:path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js')
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue