mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +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
|