storybook/package.json

15 lines
593 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",
"get-report-message": "cd scripts; yarn get-report-message",
2022-10-06 14:26:58 +11:00
"test": "cd code; yarn test",
2022-10-12 20:37:32 +02:00
"lint": "cd code; yarn lint",
"nx": "cd code; yarn nx",
2022-11-17 15:08:18 +01:00
"ci-tests": "cd code; yarn ci-tests",
"pretty-docs": "cd scripts; yarn install >/dev/null; yarn docs:prettier:write"
},
2022-11-30 10:55:55 +01:00
"packageManager": "yarn@3.3.0"
}