mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Starting to add WebPack support.
This commit is contained in:
parent
1fbaae8d8e
commit
7a0472abc9
7 changed files with 97 additions and 1 deletions
|
@ -445,6 +445,9 @@ program
|
|||
, 'provider name (or os.hostname())'
|
||||
, String
|
||||
, os.hostname())
|
||||
.option('-w, --resources-watch'
|
||||
, Boolean
|
||||
, process.env.RESOURCES_WATCH)
|
||||
.action(function() {
|
||||
var log = logger.createLogger('cli')
|
||||
, options = cliutil.lastArg(arguments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue