fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-07-19 10:53:26 +02:00
parent f89082563a
commit d8a0139ce4

3
ci.js
View File

@ -5,12 +5,11 @@
* Created by Timo Hocker <timo@scode.ovh>, May 2020
*/
/* eslint-disable no-console, no-process-exit, prefer-named-capture-group */
/* eslint-disable */
'use strict';
const fs = require ('fs');
const child_process = require ('child_process');
const { type } = require ('os');
const pkg = JSON.parse (fs.readFileSync ('package.json', 'utf-8'));