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:
parent
426297796e
commit
1c34dd4e30
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user