Sort scripts alphabetically

This commit is contained in:
James M. Greene
2022-09-16 22:52:36 -05:00
parent 44d4246912
commit 5e811dcf4c

View File

@@ -24,12 +24,12 @@
"prettier": "^2.4.1"
},
"scripts": {
"lint": "eslint src",
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt && ncc build src/pre.js -o pre --source-map --license licenses.txt",
"test": "jest",
"all": "npm run format && npm run lint && npm run prepare && npm run test",
"format": "prettier --write 'src/**/*.js'",
"format:check": "prettier --check 'src/**/*.js'",
"all": "npm run format && npm run lint && npm run prepare && npm run test"
"lint": "eslint src",
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt && ncc build src/pre.js -o pre --source-map --license licenses.txt",
"test": "jest"
},
"repository": {
"type": "git",