mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
9 lines
138 B
YAML
9 lines
138 B
YAML
ports:
|
|
- port: 8001
|
|
onOpen: open-preview
|
|
tasks:
|
|
- before: >
|
|
export DEV_HOST=$(gp url 8001)
|
|
init: npm install
|
|
command: npm start
|