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