Skip to content

Commit

Permalink
change npm start to dotnet run
Browse files Browse the repository at this point in the history
  • Loading branch information
Maysam24 committed Mar 7, 2024
1 parent cac80c4 commit 84a938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"typeahead.js": "^0.11.1"
},
"scripts": {
"start": "npm run"
"start": "dotnet run"
}
}

0 comments on commit 84a938d

Please sign in to comment.