storybook/package.json
Norbert de Langen fc615afa8b
upgrade yarn
2022-11-30 10:57:43 +01:00

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"
}