Skip to content

Commit

Permalink
🧹 chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Jan 20, 2024
1 parent e9677b9 commit e8aacba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ jobs:
- name: Setup eemoji
run: node ./bin/eemoji.mjs init -c none

- name: Print ls
run: ls -la .git/hooks
- name: Try eemoji
run: pnpm run dev run -d 4

- name: Print npm roots
run: |
echo "NPM root: $(npm root)"
echo "NPM global root: $(npm root -g)"
- name: Switch to test branch
run: git checkout -b test
Expand Down
3 changes: 2 additions & 1 deletion eemoji.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default defineConfig({
'emoji': '😭,😡,😴,☹️,😠,😀,😨,😩,πŸ˜”,😒',
},
test: {
eemoji: 'πŸ‘',
'.': 'πŸ§ͺ',
'eemoji': 'πŸ‘',
},
},
} satisfies Partial<Config>,
Expand Down
2 changes: 1 addition & 1 deletion src/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineCommand({
args: {
commit_file: {
type: 'positional',
description: `Commit message file path (default: ${C.gitCommitFile})`,
description: 'Commit message file path',
default: C.gitCommitFile,
},
DEBUG: {
Expand Down

0 comments on commit e8aacba

Please sign in to comment.