We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7ca4d commit 9290be3Copy full SHA for 9290be3
2 files changed
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@main
14
15
- name: install
16
- run: yarn install
+ run: yarn
17
18
- name: all
19
- run: yarn all
+ run: yarn run all
package.json
@@ -27,6 +27,7 @@
27
"axios": "^0.21.1"
28
},
29
"devDependencies": {
30
+ "@types/minimatch": "^5.1.2",
31
"@typescript-eslint/parser": "^4.15.2",
32
"@umijs/fabric": "^2.5.6",
33
"@vercel/ncc": "0.34.0",
0 commit comments