Major updates for testing and grunt, jenkins tests are now powered by the jenkins.sh script in the scripts directory.
This commit is contained in:
@ -14,7 +14,7 @@ var argv = require('optimist')
|
||||
require('./_steps')(argv, [
|
||||
['runInModule', {
|
||||
cmd: 'node',
|
||||
args: [path.join(__dirname, './generate/js_api'), '--force']
|
||||
args: [path.join(__dirname, './generate'), '--force']
|
||||
}],
|
||||
['copy', {
|
||||
from: path.join(__dirname, '../docs/_methods.jade'),
|
||||
|
||||
Reference in New Issue
Block a user