Skip to content

Commit

Permalink
tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
tbo47 committed Sep 12, 2024
1 parent 57b9d4b commit 9373375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ node_modules
dist
.vscode
*.d.ts
*.tgz
tsconfig.tsbuildinfo
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "src/index.js",
"type": "module",
"scripts": {
"generate_types": "tsc --build --clean && tsc --build && prettier --write .",
"generate_types": "find . -name '*.d.ts' -type f -delete ; tsc --build",
"___prepack": "npm run generate_types",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
Expand Down

0 comments on commit 9373375

Please sign in to comment.