From e30664b2e2a5e9a1e587ebb83f0763f2d1c05a89 Mon Sep 17 00:00:00 2001 From: Daniel Huebleitner Date: Sat, 17 Aug 2019 15:00:08 +0200 Subject: [PATCH] fix --- package.json | 2 +- src/frontend/dashboard | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb06a38..4e0f9c0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "npm run clean; npm run build-backend; npm run build-frontend", "build-backend": "tsc; webpack --display-error-details --config src/backend/webpack.prod.js --progress --colors; cp -r lib/PluginManager/* .", "build-frontend": "npm run build-dashboard; npm run build-widget", - "build-dashboard": "cd src/frontend/dashboard; npm run build; cp -r dist/dashboard/* ../../../static", + "build-dashboard": "cd src/frontend/dashboard; git submodule update --merge; npm run build; cp -r dist/dashboard ../../../static", "build-widget": "rollup -c src/frontend/widget/rollup.config.js; mkdir -p plugins/PluginManager; cp FrontendPlugin.js plugins/PluginManager", "clean": "rm -rf lib static plugins data conf dist widget .rpt2_cache *.js *.ts src/frontend/dashboard/dist", "update-frontblock": "rm -rf node_modules/frontblock*; npm install", diff --git a/src/frontend/dashboard b/src/frontend/dashboard index 31446eb..738b251 160000 --- a/src/frontend/dashboard +++ b/src/frontend/dashboard @@ -1 +1 @@ -Subproject commit 31446eb7470ba2940750b6bac79674a4a5e10366 +Subproject commit 738b2518249aaa5eb5d5e565e62ce91c0211532d