mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
11 lines
158 B
Bash
Executable File
11 lines
158 B
Bash
Executable File
echo "Installing retype"
|
|
|
|
dotnet tool install --global retypeapp -- version 1.8.0
|
|
|
|
echo -n "Changing directory..."
|
|
|
|
cd docs/__generator__
|
|
|
|
yarn
|
|
|
|
yarn generate |