Skip to content

Commit

Permalink
chore: add npm script of tsc check
Browse files Browse the repository at this point in the history
  • Loading branch information
k4a-l committed Aug 22, 2022
1 parent 6ff6895 commit 4a9e2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "main.js",
"type": "module",
"scripts": {
"check": "tsc -noEmit",
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
Expand Down

0 comments on commit 4a9e2b2

Please sign in to comment.