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-12-21 23:15:09 +08:00

10 lines
370 B
Bash
Executable File

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