From 30f0099ddc69109fae5b1f15b5ae5ea70162b40f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 22 Apr 2020 19:09:08 +0300 Subject: [PATCH] fix(app): directory splitting --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 914bdd16..4379e8c7 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,8 @@ "pree2e": "webdriver-manager update --standalone false --gecko false", "e2e": "ng e2e", "docs": "compodoc -p src/tsconfig.app.json -d docs", - "docs:build": "npm-run-all docs:prepare docs:dir", "docs:dirs": "gulp create-docs-dirs", + "docs:build": "npm-run-all docs:prepare docs:dirs", "docs:parse": "gulp docs", "docs:prepare": "npm run build -- docs --prod --aot --base-href /ngx-admin/", "docs:serve": "npm start -- docs --port 4100",