1
0
Fork 0
docsearch/scripts/dev-docs
vvo 0527688ab6 chore(dev workflow, readme): consistency commit
add npm run dev:docs
consistent readme with instantsearch.js
move to docsearch.js

What do you think?
2015-12-15 11:10:12 +01:00

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