Skip to content

Commit 70f71d1

Browse files
authored
fix web build of LICENSE text (#2911)
1 parent 6e09b1b commit 70f71d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linkis-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkis",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

linkis-web/vue.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ module.exports = {
157157
copy: [
158158
{ source: './config.sh', destination: `./dist/config.sh`,toType: 'file'},
159159
{ source: './install.sh', destination: `./dist/install.sh`,toType: 'file' },
160-
{ source: './release-docs/LICENSE', destination: `./dist/NOTICE`,toType: 'file'},
160+
{ source: './release-docs/LICENSE', destination: `./dist/LICENSE`,toType: 'file'},
161161
{ source: './release-docs/NOTICE', destination: `./dist/NOTICE`,toType: 'file'},
162162
{ source: './release-docs/licenses', destination: `./dist/licenses`},
163163
{ source: '../DISCLAIMER', destination: `./dist/DISCLAIMER`,toType: 'file'}

0 commit comments

Comments
 (0)