Skip to content

Commit

Permalink
updated dev command by removing '' over dev:* (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilk429 authored Sep 19, 2024
1 parent 7296e24 commit d90f724
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 @@ -7,7 +7,7 @@
"start": "next start",
"dev:server": "next dev -p 4000",
"dev:reverse-ssl": "local-ssl-proxy --source 443 --target 4000",
"dev": "run-p 'dev:*'",
"dev": "run-p dev:*",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext ts --ext tsx --ext js",
Expand Down

0 comments on commit d90f724

Please sign in to comment.