From 9114acddf6b96e27d3181f231a9b8934064bd3d1 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 18 Apr 2023 13:56:51 +0200 Subject: [PATCH] chore: update build --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 52b48e2..cdabded 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" },