mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 00:15:53 +08:00
11 lines
110 B
YAML
11 lines
110 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- '8'
|
|
|
|
install:
|
|
- npm i npm install && npm install
|
|
|
|
script:
|
|
- npm run build
|