mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2025-01-16 01:12:48 +00:00
11 lines
129 B
YAML
11 lines
129 B
YAML
language: node_js
|
|
node_js:
|
|
- "6.2.2"
|
|
script:
|
|
- npm install
|
|
- npm run build
|
|
addons:
|
|
artifacts:
|
|
paths:
|
|
- $PWD/dist
|