Skip to content

Commit 96ee93f

Browse files
committed
Fix log wording
Signed-off-by: Rūdolfs Ošiņš <[email protected]>
1 parent 3966330 commit 96ee93f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.lintstagedrc.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"*.{ts,js,css,json,html,svelte}":
2+
- prettier --write
3+
"*.{js,ts,svelte}":
4+
- eslint --fix --max-warnings=0
5+
"*":
6+
- ./scripts/license-header.ts check

scripts/install-twemoji-assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818
version="$(node -e 'console.log(require("twemoji/package.json").version)')"
1919

20-
echo "Installing Twemoji v${version} SVG assets into $1/twemoji"
20+
echo "Installing Twemoji v${version} SVG assets into $1"
2121

2222
mkdir -p $1
2323
curl -sSL "https://github.com/twitter/twemoji/archive/refs/tags/v${version}.tar.gz" \

0 commit comments

Comments
 (0)