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