build(): license changes
This commit is contained in:
parent
f8b08bc2a9
commit
68b1166b79
@ -4,7 +4,7 @@
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn workspace backend build && yarn workspace frontend build",
|
||||
"postbuild": "copyfiles --error ./LICENSE ./dist",
|
||||
"postbuild": "copyfiles --error ./LICENSE.txt ./dist && copyfiles --error ./LICENSE.txt ./dist/frontend/",
|
||||
"start": "concurrently --kill-others-on-fail \"yarn workspace backend start\" \"yarn workspace frontend dev\""
|
||||
},
|
||||
"workspaces": [
|
||||
|
@ -6,8 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"postbuild": "copyfiles --error ../../LICENSE ../../dist/frontend"
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"apexcharts": "^3.41.0",
|
||||
|
3206
yarn-error.log
Normal file
3206
yarn-error.log
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user