mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 04:37:51 +01:00
11 lines
157 B
Bash
Executable File
11 lines
157 B
Bash
Executable File
echo "Installing retype"
|
|
|
|
dotnet tool install --global retypeapp --version 1.7.0
|
|
|
|
echo -n "Changing directory..."
|
|
|
|
cd docs/__generator__
|
|
|
|
yarn
|
|
|
|
yarn generate |