chore: update build

This commit is contained in:
Anthony Fu 2023-04-18 13:56:51 +02:00
parent e8cec1e2d5
commit 9114acddf6

View File

@ -6,8 +6,9 @@
"author": "Anthony Fu <anthonyfu117@hotmail.com> (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"
},