1
0
Fork 0
docsearch/scripts/dev-docs
2017-10-17 22:16:04 +02:00

11 lines
166 B
Bash
Executable file

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