mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 06:29:29 +01:00
15 lines
302 B
Bash
Executable File
15 lines
302 B
Bash
Executable File
echo "Installing retype"
|
|
|
|
dotnet tool install --global retypeapp
|
|
|
|
echo -n "Changing directory..."
|
|
|
|
cd docs/
|
|
|
|
echo -n "Building documentation: "
|
|
|
|
retype build --override "{ \"output\": \"./public_html\" }"
|
|
|
|
echo -n "Injecting script: "
|
|
|
|
cat ./docs/js/injection.js >> ./public_html/resources/js/config.js |