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