diff --git a/tools/deploy/index.ts b/tools/deploy/index.ts index 9490b655..b8d7a1f3 100644 --- a/tools/deploy/index.ts +++ b/tools/deploy/index.ts @@ -1,7 +1,6 @@ import program from 'commander'; import * as script from './script.js'; -import * as pathlib from './path.js'; import nodePath from 'path'; function collect(value : string, previous : string[]) {