Skip to content

Commit

Permalink
fix ui lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sitek94 committed Nov 26, 2023
1 parent 1c5f5b9 commit 340e57d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"build": "tsup",
"lint": "eslint .",
"lint": "eslint src/",
"lint:fix": "pnpm lint --fix",
"develop": "tsup --watch",
"typecheck": "tsc --noEmit"
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"dependsOn": ["build"],
"cache": false,
"persistent": true
},
"clean": {
"cache": false
}
}
}

0 comments on commit 340e57d

Please sign in to comment.