From 98f1856c91fa998e1aaddb9d49a0f0bd8c808385 Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Thu, 17 Jul 2025 11:02:55 +0200 Subject: [PATCH] chore(): revert package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 580247c..a3fab10 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "jest", "test:watch": "jest --watch", "clean": "rimraf lib dist", - "build": "tsc --project tsconfig.build.json && npm run lint", + "build": "tsc --project tsconfig.build.json", "build:clean": "npm run clean && npm run build", "build:watch": "npm run clean && tsc --project tsconfig.build.json --watch", "pack": "webpack --config webpack/webpack.config.js",