Skip to content

Commit 103229a

Browse files
committed
ci: run also vuefire tests
1 parent 49b7c80 commit 103229a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"env",
55
{
66
"targets": {
7-
"browsers": ["last 2 Chrome versions"]
7+
"node": ["8"]
88
}
99
}
1010
]

.circleci/config.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
steps:
4242
- attach_workspace:
4343
at: ~/project/vuefire
44-
- run: cd packages/vuefire
45-
- run: npm test
44+
- run: cd vuefire/packages/vuefire && npm test
4645

4746
workflows:
4847
version: 2
@@ -52,6 +51,6 @@ workflows:
5251
- vuefire-core:
5352
requires:
5453
- install
55-
# - vuefire:
56-
# requires:
57-
# - install
54+
- vuefire:
55+
requires:
56+
- install

0 commit comments

Comments
 (0)