diff --git a/package.json b/package.json index 9a0a5d5..4ced5f4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test": "jest", "test-watch": "jest --watch", "clean": "rm -rf dist docs", - "build": "yarn clean && yarn tsc --target \"ES5\" --outDir \"dist\" --declaration true && cp package.json dist && cp README.md dist", + "build": "yarn tsc --target \"ES5\" --outDir \"dist\" --declaration true && cp package.json dist && cp README.md dist", "docs": "yarn clean && typedoc --theme minimal --out docs ./src --mode file --exclude './src/+(common|test)/*' --excludeNotExported --excludePrivate && cp -r ./assets/* docs/assets" }, "husky": {