Skip to content

Commit ffc04bd

Browse files
author
Fletcher91
committed
[IMP] Don't remove directory on rebuild
This works better in some IDE's
1 parent a9ef06a commit ffc04bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"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/",
2222
"doc:deploy": "gh-pages -d ./dist/docs",
2323
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
24-
"prebuild": "rm -rf dist/",
24+
"prebuild": "rm -rf dist/*",
2525
"prepublish": "npm run build && npm run doc",
2626
"postpublish": "npm run doc:deploy",
2727
"pretest": "npm run lint",

0 commit comments

Comments
 (0)