This is an automated email from the ASF dual-hosted git repository.
wuweijie pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git
The following commit(s) were added to refs/heads/master by this push:
new df1729c Exclude package-lock.json from src distribution (#172)
df1729c is described below
commit df1729c629670b33c086909ad5591150dce93dcc
Author: 吴伟杰 <[email protected]>
AuthorDate: Tue Oct 25 18:31:29 2022 +0800
Exclude package-lock.json from src distribution (#172)
---
.../main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml
b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml
index 5aa9d48..f873bd3 100644
---
a/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml
+++
b/shardingsphere-elasticjob-ui-distribution/shardingsphere-elasticjob-ui-src-distribution/src/main/assembly/shardingsphere-elasticjob-ui-src-distribution.xml
@@ -87,6 +87,9 @@
<!-- system ignore -->
<exclude>**/.DS_Store</exclude>
<exclude>**/Thumbs.db</exclude>
+
+ <!-- NPM ignore -->
+ <exclude>**/package-lock.json</exclude>
</excludes>
</fileSet>
</fileSets>