This commit is contained in:
Zoe Roux
2023-01-07 19:51:08 +09:00
parent aa38b34191
commit f5338fc8a8
12 changed files with 80 additions and 35 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
"update": "yarn workspace mobile update",
"lint": "eslint ."
},
"eslintIgnore": ["next-env.d.ts"],
"eslintIgnore": [
"next-env.d.ts"
],
"workspaces": [
"apps/*",
"packages/*"