Skip to content

Commit

Permalink
chore: standardize npm script names (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 1, 2023
1 parent 58d054c commit ae5c56c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -7,8 +7,7 @@
"lint": "eslint src tests .eslintrc.js",
"lint:fix": "npm run lint -- --fix",
"start": "node ./src/app.js",
"test": "jest --colors --verbose",
"test:cover": "jest --colors --coverage"
"test": "jest --colors --verbose --coverage"
},
"author": "Gyandeep Singh <gyandeeps@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit ae5c56c

Please sign in to comment.