Skip to content

Commit

Permalink
feat: add tsc npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
totto2727 committed Feb 21, 2024
1 parent e9a6c7b commit 401a19c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"up:prod": "wrangler d1 migrations apply sonicjs",
"tail": "wrangler pages deployment tail",
"check": "run-p check:*",
"check:tsc": "tsc --noEmit",
"check:prettier": "prettier --check --cache . **/*.css",
"fix": "run-s fix:*",
"fix:prettier": "prettier --write --cache . **/*.css"
Expand Down

0 comments on commit 401a19c

Please sign in to comment.