UNPKG

firebase-apparatus

Version:

Lightweight implementation of firebase-tools as a Node module

20 lines (15 loc) 304 B
git: depth: 1 # Use Dockerized infrastructure sudo: false language: node_js node_js: - 8.11.1 cache: yarn: true jobs: include: - stage: Unit tests, lint and types check script: yarn run test - script: yarn run test:lint - script: yarn run test:types