From 8ae89f5de6835859db74897184b00c851a7d08bd Mon Sep 17 00:00:00 2001 From: Trezy Date: Mon, 3 Jun 2024 10:52:39 -0500 Subject: [PATCH] ci: prevent eslint from running on lib directory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69e1bccc..9bf043dc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "types/" ], "scripts": { - "build": "rimraf dist lib && rollup -c && tsc && npm run lint:fix", + "build": "rimraf dist lib && npm run lint:fix && rollup -c && tsc", "clean": "xs clean", "docs": "xs docs", "lint": "xs lint",