Building SB on netlify
This commit is contained in:
parent
c54e93a2b9
commit
c159badf47
@ -1,4 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf website_build
|
||||
npx --yes @silverbulletmd/publish -o website_build --index website
|
||||
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
|
Loading…
Reference in New Issue
Block a user