Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
perf: ⚡️ build cz prompter into one file for performace
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 5, 2018
1 parent 16ce6a7 commit dd62d93
Show file tree
Hide file tree
Showing 7 changed files with 369 additions and 405 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ npm-debug.log
yarn.lock
.vscode/
yarn-error.log
dist/
2 changes: 1 addition & 1 deletion bin/git-cz.js
@@ -1,4 +1,4 @@
#!/usr/bin/env node

// eslint-disable-next-line import/no-unassigned-import, filenames/match-regex
require('../lib/cli');
require('../dist/cli');

0 comments on commit dd62d93

Please sign in to comment.