Skip to content

Commit

Permalink
fix: remove oclif.settings from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed May 19, 2021
1 parent ad511aa commit 907b2ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

const oclif = require('@oclif/core');

// In dev mode, always show stack traces
oclif.settings.tsnodeEnabled = true;


require('ts-node').register()

oclif.run()
Expand Down

0 comments on commit 907b2ad

Please sign in to comment.