Skip to content

Commit

Permalink
refactor: up oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
veged committed Dec 15, 2022
1 parent b912c81 commit 3c3b39e
Show file tree
Hide file tree
Showing 7 changed files with 4,730 additions and 1,375 deletions.
6 changes: 3 additions & 3 deletions packages/pack/bin/pack
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

require('@oclif/command')
require('@oclif/core')
.run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'))
.then(require('@oclif/core/flush'))
.catch(require('@oclif/core/handle'))
Loading

0 comments on commit 3c3b39e

Please sign in to comment.