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", "main": "dist/index.js",
"scripts": { "scripts": {
"build": "yarn workspace backend build && yarn workspace frontend build", "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\"" "start": "concurrently --kill-others-on-fail \"yarn workspace backend start\" \"yarn workspace frontend dev\""
}, },
"workspaces": [ "workspaces": [

View File

@ -6,8 +6,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview"
"postbuild": "copyfiles --error ../../LICENSE ../../dist/frontend"
}, },
"dependencies": { "dependencies": {
"apexcharts": "^3.41.0", "apexcharts": "^3.41.0",

3206
yarn-error.log Normal file

File diff suppressed because it is too large Load Diff