merged master into develop
This commit is contained in:
parent
4e309f4d30
commit
5ee955e93c
@ -8,6 +8,7 @@ develop-build-job:
|
|||||||
- build
|
- build
|
||||||
- node
|
- node
|
||||||
script:
|
script:
|
||||||
|
- echo "Install dependencies..."
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
only:
|
only:
|
||||||
@ -19,6 +20,7 @@ master-build-job:
|
|||||||
- build
|
- build
|
||||||
- node
|
- node
|
||||||
script:
|
script:
|
||||||
|
- echo "Install dependencies..."
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build --prod
|
- npm run build --prod
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user