diff --git a/package.json b/package.json index 52b48e2842..cdabded736 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,9 @@ "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", "scripts": { - "lint": "eslint .", + "lint": "pnpm run stub && eslint .", "test": "pnpm -r run test", + "build": "pnpm -r run build", "prepare": "pnpm -r run stub", "release": "bumpp -r && pnpm -r publish" },