Skip to content

Commit

Permalink
feat(tokens): trigger release, prettier change
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Aug 13, 2024
1 parent 29dc813 commit e4713c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { program } = require('commander');
const {build} = require('./build');
const { build } = require('./build');

program
.version(require('./package.json').version)
Expand Down

0 comments on commit e4713c5

Please sign in to comment.