From 2c74142968057ca988e65ae65342614b15622f23 Mon Sep 17 00:00:00 2001 From: Emanuel Tesar Date: Sun, 26 Jan 2020 12:18:34 +0100 Subject: [PATCH] Update build script, docs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {