mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
still trying to find grunt
This commit is contained in:
parent
0a52cfa606
commit
9eb340f83b
@ -9,6 +9,6 @@ before_script:
|
||||
# - npm install node-red
|
||||
- npm install git+https://github.com/node-red/node-red.git
|
||||
- export NODE_RED_HOME=`pwd`/node_modules/node-red
|
||||
- (cd $NODE_RED_HOME ; npm install nock@~0.48.0 ; ./node_modules/.bin/grunt build)
|
||||
- (cd $NODE_RED_HOME ; npm install nock@~0.48.0 ; ../.bin/grunt build)
|
||||
script:
|
||||
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage
|
||||
|
Loading…
Reference in New Issue
Block a user