Added missing space
This commit is contained in:
parent
aa2a21f1c1
commit
5cbe42fff2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ build:
|
|||
script:
|
||||
- npm install
|
||||
- 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:
|
||||
name: "dist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue