Skip to content

Commit

Permalink
Revert start script command
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Sep 5, 2023
1 parent ec9867b commit fcec1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"ley-new": "f(){ touch migrations/$(date +%s)-$1.ts; }; f",
"lint": "next lint",
"migrate": "ley --require tsm",
"start": "./node_modules/.bin/next start"
"start": "next start"
},
"dependencies": {
"bcrypt": "^5.1.0",
Expand Down

0 comments on commit fcec1e9

Please sign in to comment.