You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by st...@apache.org on 2021/10/31 03:54:49 UTC

[rocketmq-dashboard] branch master updated: [ISSUE #30]Fix Windows System yarn build fail (#35)

This is an automated email from the ASF dual-hosted git repository.

styletang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new d73d9b2  [ISSUE #30]Fix Windows System yarn build fail (#35)
d73d9b2 is described below

commit d73d9b2793c40c7e8d88012e5ec5ee70c42f02d2
Author: StyleTang <st...@gmail.com>
AuthorDate: Sun Oct 31 11:54:37 2021 +0800

    [ISSUE #30]Fix Windows System yarn build fail (#35)
---
 frontend/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/package.json b/frontend/package.json
index 2943f5d..03720fa 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -15,7 +15,7 @@
   "proxy": "http://localhost:8080",
   "scripts": {
     "start": "react-scripts start",
-    "build": "react-scripts build && mv build/index.html build/app.html",
+    "build": "react-scripts build",
     "test": "react-scripts test",
     "eject": "react-scripts eject"
   },