Skip to content

Commit

Permalink
update dev script in examples/using-preact (#11805)
Browse files Browse the repository at this point in the history
  • Loading branch information
armujahid authored Apr 10, 2020
1 parent c59d240 commit bbe7a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/using-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "using-preact",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"dev": "next",
"build": "next build",
"start": "next start"
},
Expand Down

0 comments on commit bbe7a52

Please sign in to comment.