This commit is contained in:
parent
f89082563a
commit
d8a0139ce4
3
ci.js
3
ci.js
@ -5,12 +5,11 @@
|
|||||||
* Created by Timo Hocker <timo@scode.ovh>, May 2020
|
* Created by Timo Hocker <timo@scode.ovh>, May 2020
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* eslint-disable no-console, no-process-exit, prefer-named-capture-group */
|
/* eslint-disable */
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const fs = require ('fs');
|
const fs = require ('fs');
|
||||||
const child_process = require ('child_process');
|
const child_process = require ('child_process');
|
||||||
const { type } = require ('os');
|
|
||||||
|
|
||||||
const pkg = JSON.parse (fs.readFileSync ('package.json', 'utf-8'));
|
const pkg = JSON.parse (fs.readFileSync ('package.json', 'utf-8'));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user