Skip to content

Commit

Permalink
fix web build of LICENSE text (#2911)
Browse files Browse the repository at this point in the history
  • Loading branch information
casionone committed Aug 20, 2022
1 parent 6e09b1b commit 70f71d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linkis-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkis",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion linkis-web/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module.exports = {
copy: [
{ source: './config.sh', destination: `./dist/config.sh`,toType: 'file'},
{ source: './install.sh', destination: `./dist/install.sh`,toType: 'file' },
{ source: './release-docs/LICENSE', destination: `./dist/NOTICE`,toType: 'file'},
{ source: './release-docs/LICENSE', destination: `./dist/LICENSE`,toType: 'file'},
{ source: './release-docs/NOTICE', destination: `./dist/NOTICE`,toType: 'file'},
{ source: './release-docs/licenses', destination: `./dist/licenses`},
{ source: '../DISCLAIMER', destination: `./dist/DISCLAIMER`,toType: 'file'}
Expand Down

0 comments on commit 70f71d1

Please sign in to comment.