Added missing space

This commit is contained in:
Joel Collins 2020-03-03 19:27:01 +00:00
parent aa2a21f1c1
commit 5cbe42fff2

View file

@ -34,7 +34,7 @@ build:
script: script:
- npm install - npm install
- npm run build:app - npm run build:app
- if [ "$CI_COMMIT_REF_NAME" == "stable"]; then npm run release; else npm run release:pre; fi - if [ "$CI_COMMIT_REF_NAME" == "stable" ]; then npm run release; else npm run release:pre; fi
artifacts: artifacts:
name: "dist" name: "dist"