chore: run lint script typo (#180)

This commit is contained in:
cany748 2023-05-05 17:27:27 +07:00 committed by GitHub
parent e6cb79994e
commit 10306427d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"scripts": {
"lint": "pnpm run stub && eslint .",
"lint": "pnpm -r run stub && eslint .",
"test": "pnpm -r run test",
"build": "pnpm -r run build",
"prepare": "pnpm -r run stub",