Newer
Older
default:
image: iqbberlin/ci-node-chromium:latest
- npm ci --cache .npm --prefer-offline
cache:
key: aspect-npm-packages
paths:
- .npm/
before_script:
- npm ci --cache .npm --prefer-offline
script:
- npm run build-editor
- npm run build-player
- ./scripts/deploy.sh $TESTSTUDIO_USERNAME $TESTSTUDIO_PASSWORD