From 3c240294fe8a80b8f622af916663b75b44fe8510 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Tue, 24 Oct 2023 04:35:23 +0300 Subject: [PATCH] fix: should not rebuild before test --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ee69fe4..3418ad5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "scripts": { "build": "ncc build src/index.ts --license licenses.txt", "lint": "eslint .", - "pretest": "npm run build", "run": "node dist/index.js", "run:post": "STATE_isPost=true node dist/index.js", "test": "jest"