This is an automated email from the ASF dual-hosted git repository. snlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 527eb4fddb Include package-lock.json in generated sources (#11321) 527eb4fddb is described below commit 527eb4fddb70c3760ef81674182dddf4656c755b Author: Saurabh Dubey <saurabhd...@gmail.com> AuthorDate: Fri Aug 11 11:34:58 2023 +0530 Include package-lock.json in generated sources (#11321) Co-authored-by: Saurabh Dubey <saurabh.dubey@Saurabhs-MacBook-Pro.local> --- pinot-distribution/pinot-source-assembly.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pinot-distribution/pinot-source-assembly.xml b/pinot-distribution/pinot-source-assembly.xml index 6e9c45099e..4ab49843af 100644 --- a/pinot-distribution/pinot-source-assembly.xml +++ b/pinot-distribution/pinot-source-assembly.xml @@ -44,7 +44,6 @@ <!-- Do not inclue node_modules in pinot-controller --> <exclude>pinot-controller/src/main/resources/node_modules/**</exclude> <exclude>pinot-controller/src/main/resources/dist/**</exclude> - <exclude>pinot-controller/src/main/resources/package-lock.json</exclude> <!-- Do not include temp files created by maven-release-plugin --> <exclude>**/*.releaseBackup</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org