We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ef06a commit ffc04bdCopy full SHA for ffc04bd
package.json
@@ -21,7 +21,7 @@
21
"doc": "rm -rf dist/docs/* && typedoc --tsconfig tsconfig-types.json --exclude **/*.spec.ts --excludeExternals --excludePrivate --mode file --theme minimal --target ES6 --includeDeclarations --out dist/docs/ src/",
22
"doc:deploy": "gh-pages -d ./dist/docs",
23
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
24
- "prebuild": "rm -rf dist/",
+ "prebuild": "rm -rf dist/*",
25
"prepublish": "npm run build && npm run doc",
26
"postpublish": "npm run doc:deploy",
27
"pretest": "npm run lint",
0 commit comments