Skip to content

Commit

Permalink
chore(examples): added lint command to nextjs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Sep 22, 2021
1 parent d8ae002 commit 788a8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/nextjs-typescript/package.json
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"start": "next start"
},
Expand Down
1 change: 1 addition & 0 deletions examples/nextjs/package.json
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"start": "next start"
},
Expand Down

0 comments on commit 788a8b8

Please sign in to comment.