From 0073edb5c703e7c3ba955c9ce4df0a686ac94996 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Tue, 20 Feb 2024 00:12:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20unused=20scripts=20from?= =?UTF-8?q?=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index d790c42..b845591 100644 --- a/package.json +++ b/package.json @@ -29,10 +29,8 @@ "scripts": { "bundle": "npm run format:write && npm run package", "ci-test": "jest", - "coverage": "make-coverage-badge --output-path ./badges/coverage.svg", "format:write": "prettier --write **/*.ts", "format:check": "prettier --check **/*.ts", - "lint": "npx eslint . -c ./.github/linters/.eslintrc.yml", "package": "ncc build src/main.ts --license licenses.txt", "package:watch": "npm run package -- --watch", "test": "jest",