Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Aug 2, 2024
2 parents 03fdc6d + b8abf15 commit 8d0cce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ESLint
run: npm run lint
- name: Prettier
run: npm run prettier . --check
run: npm run check
- name: Type check
run: npm run typecheck
- name: Test
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"test": "vitest",
"lint": "eslint . --fix",
"format": "prettier . --write",
"check": "prettier . --check",
"typecheck": "tsc",
"postinstall": "symlink-dir node_modules/.astro/.astrotion/static public/static"
},
Expand Down

0 comments on commit 8d0cce1

Please sign in to comment.