UNPKG

76 BJavaScriptView Raw
1#!/usr/bin/env node
2const skipCI = require('.')()
3
4process.exit(1 - skipCI)