This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch feat/1.3.5/embed
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
The following commit(s) were added to refs/heads/feat/1.3.5/embed by this push:
new 0ae74e4d fix(build): remove over index.ts
0ae74e4d is described below
commit 0ae74e4d6bfd2d9963c08c3e806361af75ad96b3
Author: LinkinStars <[email protected]>
AuthorDate: Thu Jun 6 11:28:45 2024 +0800
fix(build): remove over index.ts
---
internal/cli/build.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/internal/cli/build.go b/internal/cli/build.go
index 3adffafc..c2977685 100644
--- a/internal/cli/build.go
+++ b/internal/cli/build.go
@@ -122,7 +122,6 @@ func BuildNewAnswer(outputPath string, plugins []string,
originalAnswerInfo Orig
builder.DoTask(createMainGoFile)
builder.DoTask(downloadGoModFile)
builder.DoTask(copyUIFiles)
- builder.DoTask(overwriteIndexTs)
builder.DoTask(buildUI)
builder.DoTask(mergeI18nFiles)
builder.DoTask(buildBinary)