Skip to content

Commit

Permalink
chore: run lint script typo (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
cany748 committed May 5, 2023
1 parent e6cb799 commit 1030642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 1030642

Please sign in to comment.