From b8a0d0233ed1ec0dbe8e30ff391cf755fc6f3f8e Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Tue, 18 Apr 2023 00:34:47 -0500 Subject: [PATCH] Alphabetize the npm scripts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fe4edd6..b5ca1ca 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,13 @@ }, "scripts": { "all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge", + "coverage-badge": "make-coverage-badge --output-path ./coverage_badge.svg", "format": "prettier --write .", "format:check": "prettier --check .", "lint": "DEBUG=eslint:cli-engine eslint --fix .", "lint:check": "DEBUG=eslint:cli-engine eslint .", "prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt", - "test": "jest", - "coverage-badge": "make-coverage-badge --output-path ./coverage_badge.svg" + "test": "jest" }, "repository": { "type": "git",