From 404027ce88b271d6c21c9c1304502ea206248151 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Tue, 30 Jul 2024 19:44:28 +0200 Subject: [PATCH] remove test script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a0b2e7f..d009c31 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,7 @@ "lint:md": "markdownlint ./docs/**/*.md", "lint:ts": "eslint ./src --ignore-pattern .gitignore", "lint": "npm-run-all --parallel lint:*", - "prepack": "npm run build", - "test": "npm run lint" + "prepack": "npm run build" }, "lint-staged": { "*.(json|ts)": "eslint --cache --fix",