add npm run dev:docs consistent readme with instantsearch.js move to docsearch.js What do you think?
9 lines
127 B
Bash
Executable file
9 lines
127 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ev # exit when error
|
|
|
|
cd docs && \
|
|
bundle install && \
|
|
bundle exec guard -i & \
|
|
npm run dev & \
|
|
wait
|