File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Yarn
2+ node_modules /
3+
14# Build files
25
36/build /
47.downloads /
58tmp /
69retype.manifest
710
11+ # SDK's files
12+
813SDK's /*
914! SDK's /index.md
1015! SDK's /index.yaml
Original file line number Diff line number Diff line change 55 "dev" : " retype start" ,
66 "get-sdks" : " ./scripts/get-sdks.sh" ,
77 "clean" : " ./scripts/clean.sh"
8+ },
9+ "devDependencies" : {
10+ "retypeapp" : " ^3.0.3"
811 }
912}
Original file line number Diff line number Diff line change 4141echo " ${blue} Script: ${green} $0 "
4242echo
4343
44- # # Check requisites
45- if ! type retype; then
46- echo " ${cyan} [$0 ] ${red} <retype> command not found!"
47- exit 1
48- fi
44+ # # Install requisites
45+ yarn install
46+ yarn add retypeapp --dev
4947
5048# Clean
5149
@@ -61,7 +59,7 @@ if ! $skip_sdks; then
6159fi
6260
6361# Build
64- retype build
62+ yarn retype build
6563
6664# Update website colors
6765node scripts/js/update-colors.mjs
Original file line number Diff line number Diff line change 1+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+ # yarn lockfile v1
3+
4+
5+ retypeapp@^3.0.3 :
6+ version "3.0.3"
7+ resolved "https://registry.yarnpkg.com/retypeapp/-/retypeapp-3.0.3.tgz#2d3b33bc56087a11804e29ab0519b8b23daf8e67"
8+ integrity sha512-W5gNDz+a5uYvckyujfUytu6IjqX0t+Wih9cR7Mf2U8PQBdvcq0X+Dmda2kUut3dSqfeefgS9ffOVJgf58ZRQbw==
You can’t perform that action at this time.
0 commit comments