Skip to content

Commit

Permalink
chore: updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinPython committed Jul 23, 2024
1 parent 403f4b0 commit 0426a0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
branches:
- '*'
paths:
- "api/**"
- "bot/**"
- "web/**"
- "**/*.js"
- "**/*.jsx"
- "**/*.ts"
- "**/*.tsx"
- "**/*.mjs"
pull_request:
types: [opened, reopened, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lockb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'Dependabot: Update bun.lockb'
on:
pull_request:
paths:
- "package.json"
- "**/package.json"

permissions:
contents: write
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"scripts": {
"dev": "turbo run dev",
"lint": "eslint . --config eslint.config.mjs"
"lint": "eslint . --config eslint.config.mjs",
"build": "cd web && bun run build"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
Expand Down

0 comments on commit 0426a0d

Please sign in to comment.