Skip to content

Commit bb12109

Browse files
committed
add repo-check
1 parent 8e592ac commit bb12109

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"eslint-plugin-html": "8.1",
1414
"eslint-plugin-unicorn": "54",
1515
"eslint-plugin-vue": "9.26",
16+
"repo-check": "1.36",
1617
"shuutils": "8.0",
1718
"vite": "2.9",
1819
"vite-plugin-vue2": "2.0",
@@ -42,7 +43,7 @@
4243
},
4344
"scripts": {
4445
"build": "vite build && unique-mark dist/assets/index.*.js && echo build success",
45-
"check": "pnpm install && echo install success && pnpm build && pnpm lint",
46+
"check": "pnpm install && echo install success && repo-check && echo repo-check success && pnpm build && pnpm lint",
4647
"dev": "vite",
4748
"lint": "eslint --cache --fix --ignore-path .gitignore --ext .js,.html,.vue . && echo lint success",
4849
"postversion": "git push && git push --tags && npm publish",

pnpm-lock.yaml

+39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)