Building SB on netlify
parent
c54e93a2b9
commit
c159badf47
|
@ -2,3 +2,10 @@
|
||||||
|
|
||||||
rm -rf website_build
|
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