Skip to content

Commit

Permalink
chore: add noemit to build
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Jan 28, 2024
1 parent 664db81 commit 8f195f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prepare": "tshy",
"lint": "npm run lint:js && npm run format:check",
"lint:js": "eslint \"src/**/*.ts\"",
"build": "tsc",
"build": "tsc --noEmit",
"format:check": "prettier --check \"src/**/*.ts\"",
"format": "prettier --write \"src/**/*.ts\"",
"test": "node --test"
Expand Down

0 comments on commit 8f195f8

Please sign in to comment.