storybook/package.json

11 lines
372 B
JSON
Raw Normal View History

{
"scripts": {
2022-10-07 16:54:06 +11:00
"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",
2022-10-06 14:08:38 +11:00
"get-template": "cd scripts; yarn get-template",
2022-10-06 14:26:58 +11:00
"test": "cd code; yarn test",
"lint": "cd code; yarn lint"
},
"packageManager": "yarn@3.2.3"
}