lint package command

This commit is contained in:
J Taylor 2021-06-30 11:13:57 +01:00
parent 6164bd86d9
commit 9e44a018b4
3 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dailyjs/shared": "*",

View File

@ -6,7 +6,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dailyjs/shared": "*",

View File

@ -6,7 +6,8 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dailyjs/shared": "*",