Skip to content

Commit

Permalink
Merge pull request #12 from ShahandFahad/backend-setup
Browse files Browse the repository at this point in the history
fix a typo in package.json for usermanagement service
  • Loading branch information
ShahandFahad authored Jan 29, 2024
2 parents c21de45 + b922496 commit 573caa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/usermanagement/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "node config/serverConfig.js",
"start:dev": "nodemon config/serverConfig.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npm eslint . --ext .js --ignore-pattern node_modules/"
"lint": "npx eslint . --ext .js --ignore-pattern node_modules/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 573caa1

Please sign in to comment.