Skip to content

Commit 389d3ba

Browse files
committed
chore: circleci
1 parent 2f452e1 commit 389d3ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
key: v1-dependencies-{{ checksum "package-lock.json" }}
2727

2828
- run: |
29-
pwd
30-
ls -la
31-
npm run test:vue3
29+
pwd
30+
ls -la
31+
npm run test:vue3
3232
3333
- codecov/upload:
3434
file: './coverage/coverage-final.json'

0 commit comments

Comments
 (0)