Skip to content

Commit

Permalink
fixed start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Oct 10, 2024
1 parent eba0170 commit 98ae8be
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 @@ -9,7 +9,7 @@
"type-check:watch": "npm run type-check -- --watch",
"build": "rm -rf dist*; npm run build:types && npm run build:js",
"test:e2e": "cypress open",
"serve:app-router": "cd example/app-router && next dev"
"serve:app-router": "cd example/app-router && npm run dev"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 98ae8be

Please sign in to comment.