Skip to content

Commit

Permalink
chore(movies): start command in package.json was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
eneajaho committed Nov 12, 2023
1 parent 18fa551 commit ed7789d
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 @@ -8,7 +8,7 @@
},
"scripts": {
"nx": "nx",
"start": "nx serve movies:development",
"start": "nx run movies:serve:development",
"husky": "husky",
"serve:dist": "npx http-server -p 8080 -c-1 dist/projects/movies/browser",
"format:all": "prettier --write .",
Expand Down

0 comments on commit ed7789d

Please sign in to comment.