Skip to content

Commit 642d972

Browse files
committed
ci: build
1 parent 63c8237 commit 642d972

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
steps:
3535
- attach_workspace:
3636
at: ~/project/vuefire
37+
- run: pwd
38+
- run: ls
3739
- run: cd packages/@posva/vuefire-core
40+
- run: pwd
3841
- run: npm test
3942

4043
vuefire:
@@ -53,6 +56,6 @@ workflows:
5356
- vuefire-core:
5457
requires:
5558
- install
56-
- vuefire:
57-
requires:
58-
- install
59+
# - vuefire:
60+
# requires:
61+
# - install

0 commit comments

Comments
 (0)