Skip to content

Commit 0f15fe7

Browse files
committed
chore: circleci
1 parent 18cb422 commit 0f15fe7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
- node_modules
2626
key: v2-dependencies-{{ checksum "package.json" }}
2727

28-
- run: |
29-
pwd
30-
ls -la
31-
npm run test:vue3
28+
- run: npm run test:vue3
3229

3330
- codecov/upload:
3431
file: './coverage/coverage-final.json'

0 commit comments

Comments
 (0)