Skip to content

Commit efb1926

Browse files
committed
Fix localpack CLI
1 parent 8f8c210 commit efb1926

File tree

1 file changed

+1
-1
lines changed
  • gulp/utils/localpack-code/cli

1 file changed

+1
-1
lines changed

gulp/utils/localpack-code/cli/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const { exit } = require('process')
44

5-
const { localpack } = require('../main')
5+
const localpack = require('../main')
66

77
const { defineCli } = require('./top')
88
const { parseConfig } = require('./parse')

0 commit comments

Comments
 (0)