Skip to content

Commit

Permalink
add tsc run
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Aug 2, 2024
1 parent 0282179 commit f11b3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepare": "npm run build",
"test": "jest",
"test:watch": "npm test -- --watch",
"build": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs && npx tsc",
"build:watch": "npm run build -- --watch",
"build:types": "tsc --emitDeclarationOnly --declaration --project tsconfig.build.json"
},
Expand Down

0 comments on commit f11b3c4

Please sign in to comment.