Skip to content

Commit 63c8237

Browse files
committed
ci: fix build
1 parent 80c3041 commit 63c8237

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ jobs:
3333
<<: *defaults
3434
steps:
3535
- attach_workspace:
36-
at: ~/project/vuefire/packages/@posva/vuefire-core
36+
at: ~/project/vuefire
37+
- run: cd packages/@posva/vuefire-core
3738
- run: npm test
3839

3940
vuefire:
4041
<<: *defaults
4142
steps:
4243
- attach_workspace:
43-
at: ~/project/vuefire/packages/vuefire
44+
at: ~/project/vuefire
45+
- run: cd packages/vuefire
4446
- run: npm test
4547

4648
workflows:

0 commit comments

Comments
 (0)