diff --git a/scripts/build_website.sh b/scripts/build_website.sh index 12d247db..d05669c3 100755 --- a/scripts/build_website.sh +++ b/scripts/build_website.sh @@ -1,4 +1,11 @@ #!/bin/bash rm -rf website_build -npx --yes @silverbulletmd/publish -o website_build --index website \ No newline at end of file +npx --yes @silverbulletmd/publish -o website_build --index website + +echo "Now building Silver Bullet bundle" +curl -fsSL https://deno.land/install.sh | sh +export PATH=~/.deno/bin:$PATH +deno task build +deno task bundle +cp dist/silverbullet.js website_build/silverbullet.js \ No newline at end of file