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/bundle.sh
2019-12-23 19:38:49 +08:00

11 lines
331 B
Bash

#!/usr/bin/env bash
##############################################################################
##
## Package JS Bundles
##
##############################################################################
CURRENT_DIR=$(cd $(dirname $0); pwd)
cd $CURRENT_DIR/doric-js && npm run build
cd $CURRENT_DIR/doric-demo && npm run build