Upload benchmark results

This commit is contained in:
Michael Shilman 2020-08-30 09:20:14 +08:00
parent 8e347b442c
commit 23cd366ddc

View File

@ -204,6 +204,6 @@ export const cra_bench: Parameters = {
generator: [
'npx create-react-app@{{version}} {{name}}-{{version}}',
'cd {{name}}-{{version}}',
"npx @storybook/bench 'npx sb init'",
"npx @storybook/bench 'npx sb init' --upload cra",
].join(' && '),
};