Skip to content

Commit c458c17

Browse files
committed
add karma-cli to wercker
1 parent 5b4045b commit c458c17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build:
3131
- script:
3232
name: install global packages
3333
code: |
34-
npm i -g babel gulp karma webpack
34+
npm i -g babel gulp karma karma-cli webpack
3535
# A step that executes `npm test` command
3636
- npm-test
3737

@@ -77,7 +77,7 @@ deploy:
7777
- script:
7878
name: install global packages
7979
code: |
80-
npm i -g babel gulp karma webpack
80+
npm i -g babel gulp karma karma-cli webpack
8181
- script:
8282
name: build stardust
8383
code: |

0 commit comments

Comments
 (0)