Skip to content

Commit

Permalink
Alphabetize the npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Apr 18, 2023
1 parent 31bb456 commit b8a0d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b8a0d02

Please sign in to comment.