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