1
0
Fork 0
docsearch/scripts/dev-docs
2017-10-18 10:51:33 +02:00

11 lines
173 B
Bash
Executable file

#!/usr/bin/env bash
set -ev # exit when error
cd docs && \
bundle install && \
npm install && \
node communityHeader.js && \
bundle exec guard -i & \
npm run dev & \
wait