Skip to content

Commit 144f4b9

Browse files
committed
Add tsconfig.d.ts.json to .npmignore.
1 parent 92e1d2d commit 144f4b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ pnpm-lock.yaml
2525
/tsconfig.esm.json
2626
/tsconfig.cjs.json
2727
/tsconfig.eslint.json
28+
/tsconfig.d.ts.json
2829
lib/**/*.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test": "ava --fail-fast",
3333
"cleanup": "npx rimraf @type \"lib/**/*.js\"",
3434
"prepare": "npm run cleanup && npm run build",
35-
"postinstall": "husky install",
35+
"_postinstall": "husky install",
3636
"prepublishOnly": "pinst --disable",
3737
"postpublish": "pinst --enable"
3838
},

0 commit comments

Comments
 (0)