mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-15 23:16:36 +00:00
Fix lazy loading in utils/compose
Change-type: patch
This commit is contained in:
parent
3b426e4a53
commit
a6f905b71c
@ -20,7 +20,6 @@ import { stripIndent } from 'common-tags';
|
||||
import * as path from 'path';
|
||||
|
||||
import { getChalk } from './lazy';
|
||||
import { IgnoreFileType } from './ignore';
|
||||
|
||||
export const appendProjectOptions = opts =>
|
||||
opts.concat([
|
||||
@ -183,7 +182,7 @@ function originalTarDirectory(dir, param) {
|
||||
const fs = require('mz/fs');
|
||||
const streamToPromise = require('stream-to-promise');
|
||||
const { printGitignoreWarn } = require('./compose_ts');
|
||||
const { FileIgnorer } = require('./ignore');
|
||||
const { FileIgnorer, IgnoreFileType } = require('./ignore');
|
||||
const { toPosixPath } = require('resin-multibuild').PathUtils;
|
||||
let readFile;
|
||||
if (process.platform === 'win32') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user