Skip to content

Commit

Permalink
fix(CI): replace shortcodes with unicode emojis in generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Nov 25, 2019
1 parent 81c1cbf commit 3fc3cf9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ jobs:
- run:
name: Generate Documentation
command: yarn run docs
- run:
name: Install emoji tool
command: yarn global add emojis
- run:
name: Replace emoji codes
command: node tooling/ci/replace-docs-emoji.js
- persist_to_workspace:
root: .
paths:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
"cz-customizable": "^6.2.0",
"del": "^5.1.0",
"doctoc": "^1.4.0",
"emojis": "^1.0.10",
"eslint": "^5.6.6",
"execa": "^2.0.4",
"glob": "^7.1.4",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5177,6 +5177,11 @@ emojis-list@^2.0.0:
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k=

emojis@^1.0.10:
version "1.0.10"
resolved "https://registry.yarnpkg.com/emojis/-/emojis-1.0.10.tgz#2558133df0dff13313c99531647f693d7adb57da"
integrity sha1-JVgTPfDf8TMTyZUxZH9pPXrbV9o=

encodeurl@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
Expand Down

0 comments on commit 3fc3cf9

Please sign in to comment.