This commit is contained in:
Jay 2018-08-24 20:32:10 +08:00
parent 21b464ae8d
commit efb2a05223
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
pipeline:
build:
image: node:8
command:
commands:
- npm install
- BASE_URL=/web npm run build
when: