diff --git a/scripts/test.sh b/scripts/test.sh index 856288c..05b1850 100644 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -apt update && apt install -y node +apt update && apt install -y nodejs cd presentation npx @marp-team/marp-cli@latest presentation.md -o index.html