Skip to content

Commit

Permalink
fix types script
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Sep 24, 2023
1 parent bc5d31b commit 86087c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vinxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"*.d.ts"
],
"scripts": {
"types": "rm -rf dist/types && tsc && cp -r types dist/types/types"
"types": "rm -rf dist/types && tsc; cp -r types dist/types/types"
},
"bin": "./bin/cli.mjs",
"types": "./dist/types/lib/index.d.ts",
Expand Down

0 comments on commit 86087c6

Please sign in to comment.