Skip to content

Commit

Permalink
Remove separately-built types (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Huhta <[email protected]>
  • Loading branch information
nwalters512 and bryanhuhta authored Sep 11, 2024
1 parent 44ade6f commit ebd01d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions config/tsconfig.types.json

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
}
},
"main": "./dist/cjs/index.js",
"types": "dist/types/index.d.js",
"scripts": {
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"build": "yarn build:cjs && yarn build:esm && yarn build:types",
"build": "yarn build:cjs && yarn build:esm",
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json && echo '{\"type\":\"module\"}' >./dist/esm/package.json",
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
"clean": "node tools/cleanup",
"package": "yarn build && yarn pack",
"format:fix": "prettier --write .",
Expand Down

0 comments on commit ebd01d8

Please sign in to comment.