Skip to content

Commit

Permalink
fix (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 authored Jul 12, 2024
1 parent 043f8ed commit 922448c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"directory": "type-tests"
},
"scripts": {
"postinstall": "pnpm -r -w=false run compile",
"compile": "tsc",
"postinstall": "pnpm compile",
"compile": "pnpm -r -w=false run compile",
"test": "pnpm -r run test",
"test:type": "tsd",
"lint": "pnpm -r run lint",
Expand Down

0 comments on commit 922448c

Please sign in to comment.