eduardomoroni/trading-card-manager

View on GitHub
packages/backend/functions/Makefile

Summary

Maintainability
Test Coverage
sonarqube:
    @sonar-scanner \
        -Dproject.settings=sonar-scanner.properties \
    -Dsonar.login=${SONAR_CLOUD_TOKEN}

ci-check:
    npm run test:coverage

install:
    yarn install

deploy:
    @npx firebase deploy --only functions \
            -m "Pipe $CIRCLE_BRANCH Commit $CIRCLE_SHA1" \
            --token ${FIREBASE_DEPLOY_TOKEN} \
            --non-interactive