mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
11 lines
372 B
JSON
11 lines
372 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",
|
|
"test": "cd code; yarn test",
|
|
"lint": "cd code; yarn lint"
|
|
},
|
|
"packageManager": "yarn@3.2.3"
|
|
}
|