Alphabetize the npm scripts

This commit is contained in:
James M. Greene
2023-04-18 00:34:47 -05:00
parent 31bb4568ea
commit b8a0d0233e

View File

@@ -22,13 +22,13 @@
}, },
"scripts": { "scripts": {
"all": "npm run format && npm run lint && npm run prepare && npm run test && npm run coverage-badge", "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": "prettier --write .",
"format:check": "prettier --check .", "format:check": "prettier --check .",
"lint": "DEBUG=eslint:cli-engine eslint --fix .", "lint": "DEBUG=eslint:cli-engine eslint --fix .",
"lint:check": "DEBUG=eslint:cli-engine eslint .", "lint:check": "DEBUG=eslint:cli-engine eslint .",
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt", "prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest", "test": "jest"
"coverage-badge": "make-coverage-badge --output-path ./coverage_badge.svg"
}, },
"repository": { "repository": {
"type": "git", "type": "git",