fix(travis): install example deps
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@ install:
|
|||||||
- npm ci
|
- npm ci
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd example && npm i
|
- cd example && npm install
|
||||||
|
- cd ..
|
||||||
- npm run dev &
|
- npm run dev &
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user