We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prepack
prepublishOnly
1 parent 2d72f88 commit a353ce7Copy full SHA for a353ce7
package.json
@@ -8,8 +8,7 @@
8
"clean-built-types": "rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*') $(find lib -type f -name '*.d.ts*' ! -name 'types.d.ts')",
9
"prebuild-types": "npm run clean-built-types",
10
"build-types": "tsc -p build.tsconfig.json",
11
- "prepublishOnly": "npm run build-types",
12
- "prepack": "npmignore --auto --commentLines=autogenerated",
+ "prepack": "npm run build-types && npmignore --auto --commentLines=autogenerated",
13
"prelint": "npm run lint:docs",
14
"lint:docs": "markdownlint \"**/*.md\"",
15
"postlint:docs": "npm run update:eslint-docs -- --check",
0 commit comments