BUG: Missing build step in automated dep. (#17)
This commit is contained in:
parent
ba60631ba2
commit
d21c86c035
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ install:
|
||||||
- bower install
|
- bower install
|
||||||
script:
|
script:
|
||||||
- npm test
|
- npm test
|
||||||
|
after_success:
|
||||||
|
- ember build -prod
|
||||||
deploy:
|
deploy:
|
||||||
provider: firebase
|
provider: firebase
|
||||||
token:
|
token:
|
||||||
|
|
Loading…
Add table
Reference in a new issue