mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
13 lines
143 B
YAML
13 lines
143 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
cache:
|
|
yarn: true
|
|
|
|
install:
|
|
- yarn install
|
|
- yarn bootstrap --core
|
|
|
|
script:
|
|
- yarn test --cli |