Skip to content

Commit

Permalink
Update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 27, 2024
1 parent bcf068d commit 8e8c27e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
],
"readmeFilename": "README.md",
"scripts": {
"test": "npm run lint && npm run types && metatests test/",
"test": "npm run -s lint && npm run types && metatests test/",
"types": "tsc -p tsconfig.json",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\"",
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\" \"**/*.ts\""
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\"",
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""
},
"engines": {
"node": "18 || 20 || 21 || 22"
Expand Down

0 comments on commit 8e8c27e

Please sign in to comment.