mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
15 lines
191 B
YAML
15 lines
191 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
|
|
# install:
|
|
# - yarn install
|
|
# - yarn bootstrap --core
|
|
|
|
script:
|
|
|
|
jobs:
|
|
include:
|
|
- script: echo "placeholder task"
|
|
name: "Placeholder task"
|