Skip to content

Commit

Permalink
refactor: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
viet nguyen committed Sep 21, 2023
1 parent eca190f commit 9f196c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
],
"license": "AGPL-3.0-or-later",
"scripts": {
"lint": "yarn run ts-standard -p ./tsconfig.json",
"lint": "yarn run ts-standard",
"build": "next build",
"dev": "next dev",
"dev-local": "NEXT_PUBLIC_API_SERVER=http://localhost:4000 yarn dev",
Expand Down Expand Up @@ -127,6 +127,7 @@
"url": "https://github.com/OpenBeta/open-tacos/issues"
},
"ts-standard": {
"project": "./tsconfig.json",
"ignore": [
"build",
"node_modules/**"
Expand All @@ -146,4 +147,4 @@
"engines": {
"node": "18"
}
}
}

0 comments on commit 9f196c6

Please sign in to comment.