fix: CLI as package.json script

pull/26/head
Boaz Poolman 2021-11-10 16:34:08 +01:00
parent e1a9e016e9
commit 160ce5216a
1 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,4 @@
'use strict';
const cli = require('../server/cli');
cli();
require('../server/cli');