tstest/cli.js
2018-08-03 19:18:42 +02:00

4 lines
76 B
JavaScript

#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('./dist/index');