feat: add build and development scripts and upgrade dependencies

This commit adds new build and development scripts to package.json. It features 'react:build', 'react:dev' and 'cli:build' scripts. The 'yarn.lock' file has been significantly updated to include new packages and dependencies for "@aws-sdk/client-cloudfront", "@aws-sdk/client-s3" and few others. This ensures proper and up-to-date packages management for an efficient development environment.
This commit is contained in:
p-sw 2024-06-06 19:01:23 +09:00
parent 09a53e7d05
commit 2891e26203
2 changed files with 5842 additions and 403 deletions

View File

@ -9,6 +9,11 @@
"packages/*",
"components"
],
"scripts": {
"react:build": "yarn workspace react build",
"react:dev": "yarn workspace react dev",
"cli:build": "yarn workspace @psw-ui/cli build"
},
"private": true,
"packageManager": "yarn@4.2.2+sha256.1aa43a5304405be7a7cb9cb5de7b97de9c4e8ddd3273e4dad00d6ae3eb39f0ef"
}

6240
yarn.lock

File diff suppressed because it is too large Load Diff