mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-15 05:02:24 +08:00
17 lines
698 B
JSON
17 lines
698 B
JSON
{
|
|
"name": "@storybook/root",
|
|
"scripts": {
|
|
"ci-tests": "cd code; yarn ci-tests",
|
|
"get-report-message": "cd scripts; yarn get-report-message",
|
|
"get-template": "cd scripts; yarn get-template",
|
|
"lint": "cd code; yarn lint",
|
|
"nx": "cd code; yarn nx",
|
|
"pretty-docs": "cd scripts; yarn install >/dev/null; yarn docs:prettier:write",
|
|
"start": "yarn task --task dev --template react-vite/default-ts --start-from=install",
|
|
"task": "echo 'Installing Script Dependencies...'; cd scripts; yarn install >/dev/null; cd ..; yarn --cwd=./scripts task",
|
|
"test": "cd code; yarn test",
|
|
"upload-bench": "cd scripts; yarn upload-bench"
|
|
},
|
|
"packageManager": "yarn@4.0.0"
|
|
}
|