We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b7c80 commit 103229aCopy full SHA for 103229a
.babelrc
@@ -4,7 +4,7 @@
4
"env",
5
{
6
"targets": {
7
- "browsers": ["last 2 Chrome versions"]
+ "node": ["8"]
8
}
9
10
]
.circleci/config.yml
@@ -41,8 +41,7 @@ jobs:
41
steps:
42
- attach_workspace:
43
at: ~/project/vuefire
44
- - run: cd packages/vuefire
45
- - run: npm test
+ - run: cd vuefire/packages/vuefire && npm test
46
47
workflows:
48
version: 2
@@ -52,6 +51,6 @@ workflows:
52
51
- vuefire-core:
53
requires:
54
- install
55
- # - vuefire:
56
- # requires:
57
- # - install
+ - vuefire:
+ requires:
+ - install
0 commit comments