diff --git a/examples/share-notes/package.json b/examples/share-notes/package.json index fae028e..89e83ef 100644 --- a/examples/share-notes/package.json +++ b/examples/share-notes/package.json @@ -3,9 +3,8 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "next dev", "build": "next build", - "start": "next start", + "start": "next dev", "lint": "next lint" }, "dependencies": {