Skip to content

Commit

Permalink
ci(washboard): update repo tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Heywood <lachieh@users.noreply.github.com>
  • Loading branch information
lachieh committed Apr 10, 2024
1 parent 036e9a9 commit 37c1088
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions washboard-ui/package.json
Expand Up @@ -10,6 +10,7 @@
"turbo:build": "turbo run build --cache-dir .turbo/cache",
"turbo:dev": "turbo run dev",
"turbo:lint:eslint": "turbo run lint:eslint",
"turbo:lint:eslint:fix": "turbo run lint:eslint:fix",
"turbo:format:prettier:fix": "turbo run format:prettier:fix",
"turbo:format:prettier:check": "turbo run format:prettier:check",
"turbo:test:playwright:headless": "turbo run test:playwright:headless",
Expand Down
3 changes: 3 additions & 0 deletions washboard-ui/turbo.json
Expand Up @@ -5,6 +5,9 @@
"lint:eslint": {
"dependsOn": ["^lint:eslint", "^build"]
},
"lint:eslint:fix": {
"dependsOn": ["^lint:eslint:fix"]
},
"format:prettier:check": {
"dependsOn": ["^format:prettier:check"]
},
Expand Down

0 comments on commit 37c1088

Please sign in to comment.