Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado authored Jun 26, 2024
1 parent 5d03ad7 commit b3de2aa
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 @@ -32,7 +32,7 @@
"description": "Strict TypeScript types for HTML, SVG and MATHML attributes based on MDN data.",
"scripts": {
"start": "bun run ./tasks/generateTypes/main.ts",
"dist": "tsc",
"dist": "tsc --isolatedDeclarations && tsc --project tasks.tsconfig.json",
"test-tsc": "tsc --skipLibCheck --isolatedDeclarations && tsc --project tasks.tsconfig.json --noEmit --skipLibCheck",
"link": "bun run dist && bun link --force && tsc -w && tsc --project tasks.tsconfig.json -w"
},
Expand Down

0 comments on commit b3de2aa

Please sign in to comment.