back to cmd

This commit is contained in:
Kyle Spearrin 2019-03-12 16:10:08 -04:00
parent ce0fe368ab
commit eb48b8e65f
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ before_build:
build_script:
- sh: chmod +x ./build-ci.sh
- sh: ./build-ci.sh
- ps: npm install
- ps: npm run build:prod
- cmd: npm install
- cmd: npm run build:prod
after_build:
- sh: docker logout