style: correct spacing in package.json scripts

This commit corrects the spacing for the "cli" script in package.json. It eliminates the extra spaces and aligns with the consistent style used throughout the file, promoting better readability and code structure.
This commit is contained in:
p-sw 2024-06-06 19:27:36 +09:00
parent 426297796e
commit 1c34dd4e30

View File

@ -11,7 +11,7 @@
],
"scripts": {
"react": "yarn workspace react",
"cli": "yarn workspace @psw-ui/cli",
"cli": "yarn workspace @psw-ui/cli",
"react:build": "yarn workspace react build",
"react:dev": "yarn workspace react dev",
"cli:build": "yarn workspace @psw-ui/cli build"