Skip to content

Commit 9290be3

Browse files
authored
chore: fix ci (#18)
* chore: fix ci * Update test.yml * Update package.json
1 parent 0c7ca4d commit 9290be3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@main
1414

1515
- name: install
16-
run: yarn install
16+
run: yarn
1717

1818
- name: all
19-
run: yarn all
19+
run: yarn run all

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"axios": "^0.21.1"
2828
},
2929
"devDependencies": {
30+
"@types/minimatch": "^5.1.2",
3031
"@typescript-eslint/parser": "^4.15.2",
3132
"@umijs/fabric": "^2.5.6",
3233
"@vercel/ncc": "0.34.0",

0 commit comments

Comments
 (0)