Skip to content

Commit

Permalink
build: generate types for release
Browse files Browse the repository at this point in the history
fix #19
  • Loading branch information
RebeccaStevens committed Feb 6, 2023
1 parent 7563431 commit 782d7ba
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 @@ -60,7 +60,7 @@
},
"scripts": {
"build": "tsc",
"build:release": "tsup src/index.ts --format cjs --outDir lib",
"build:release": "tsup src/index.ts --format cjs --outDir lib --dts",
"format": "prettier \"**/*\" --ignore-unknown",
"format:write": "pnpm format --write",
"lint": "eslint . --max-warnings 0 --report-unused-disable-directives",
Expand Down

0 comments on commit 782d7ba

Please sign in to comment.