build(): license changes

This commit is contained in:
Aleksander Wilczyński 2024-11-09 23:41:37 +01:00
parent f8b08bc2a9
commit 68b1166b79
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE
4 changed files with 3208 additions and 3 deletions

View File

@ -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": [

View File

@ -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

File diff suppressed because it is too large Load Diff