From 73b20b5cc3f198a027c7ee9480d6051f2c095c99 Mon Sep 17 00:00:00 2001
From: jsteuer <jan.steuer.htw@gmail.com>
Date: Wed, 11 Dec 2019 07:56:57 +0100
Subject: [PATCH] tmp
---
package.json | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 254f69c..d075d9a 100644
--- a/package.json
+++ b/package.json
@@ -12,8 +12,9 @@
},
"scripts": {
"clean": "rimraf dist/ && rimraf docs/",
- "build": "npm run clean && npm run build-docs",
- "build-docs": "typedoc mathcoach-api.d.ts --out docs/ --mode file --theme minimal --includeDeclarations --excludeExternals --media ./media"
+ "build": "npm run clean && npm run build-docs && npm run build-utils",
+ "build-utils": "tsc",
+ "build-docs": "typedoc mathcoach-api.d.ts src/ --out docs/ --mode file --theme minimal --includeDeclarations --excludeExternals --media ./media"
},
"author": "jsteuer",
"license": ""
--
Gitblit v1.10.0