This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/setup.sh
2019-10-21 20:42:17 +08:00

12 lines
410 B
Bash
Executable File

#!/usr/bin/env bash
##############################################################################
##
## Init Develop Environment
##
##############################################################################
cd js-framework && npm install && npm run build && cd ..
cd debugger && npm install && npm run build && cd ..
cd demo && npm install && npm run build && cd ..
cd doric-cli && npm install && cd ..