updated gitlab-ci

This commit is contained in:
Solomon Laing 2021-04-01 03:41:55 +10:30
parent f43538ff1f
commit f254c813e7

View File

@ -7,6 +7,8 @@ build-code-job:
- build
- node
script:
- echo "Install dependencies..."
- npm install
- echo "Run 'npm run build' and deploy to server"
- npm run build