merged master into develop

This commit is contained in:
Solomon Laing 2021-04-02 22:05:47 +10:30
parent 4e309f4d30
commit 5ee955e93c

View File

@ -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: