We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f44df commit d344f5fCopy full SHA for d344f5f
1 file changed
dev/deploy-to-container/cli.js
@@ -3,7 +3,7 @@
3
import Docker from 'dockerode'
4
import path from 'path'
5
import fs from 'fs-extra'
6
-import tar from 'tar'
+import * as tar from 'tar'
7
import yargs from 'yargs/yargs'
8
import { hideBin } from 'yargs/helpers'
9
import slugify from 'slugify'
0 commit comments