From d5f77a5bb5ff258c5c89de5af5dd9af4d8b1c1d4 Mon Sep 17 00:00:00 2001 From: umbr4g3 <147834071+umbr4g3@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:05:23 -0400 Subject: [PATCH] [skip ci] test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8749b84..50c4aec 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test": "jest", "test:watch": "jest --watch", "build": "node prebuild.js && tsup lib/index.ts --dts --format cjs,esm", - "lint": "tsc && eslint . --ext .ts,.js", + "lint": "tsc && eslint . --ext .ts,.js && echo \"Test\"", "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", "prepare": "husky install", "publish": "changeset publish",