We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e1d2d commit 144f4b9Copy full SHA for 144f4b9
.npmignore
@@ -25,4 +25,5 @@ pnpm-lock.yaml
25
/tsconfig.esm.json
26
/tsconfig.cjs.json
27
/tsconfig.eslint.json
28
+/tsconfig.d.ts.json
29
lib/**/*.ts
package.json
@@ -32,7 +32,7 @@
32
"test": "ava --fail-fast",
33
"cleanup": "npx rimraf @type \"lib/**/*.js\"",
34
"prepare": "npm run cleanup && npm run build",
35
- "postinstall": "husky install",
+ "_postinstall": "husky install",
36
"prepublishOnly": "pinst --disable",
37
"postpublish": "pinst --enable"
38
},
0 commit comments