1
0
Fork 0
docsearch/scripts/dev-docs

11 lines
172 B
Bash
Executable file

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