mirror of https://github.com/waku-org/js-waku.git
parent
04fbc55fdf
commit
856ca8c148
21
netlify.toml
21
netlify.toml
|
@ -1,21 +0,0 @@
|
|||
[build]
|
||||
publish = "build/html/"
|
||||
|
||||
# Default build command.
|
||||
command = '''
|
||||
npm install
|
||||
npm run build
|
||||
npm run doc:html
|
||||
cd examples/web-chat
|
||||
npm install
|
||||
npm run build
|
||||
cd ../../
|
||||
mkdir -p ./build/html
|
||||
mv -v examples/web-chat/build ./build/html/js-waku
|
||||
mv -v build/docs ./build/html/
|
||||
'''
|
||||
|
||||
[[redirects]]
|
||||
from = "/"
|
||||
to = "/js-waku"
|
||||
status = 200
|
Loading…
Reference in New Issue