25ba991893
* add doric-js bundle into vcs * android project read js bundle directly * update iOS project config * update version
10 lines
287 B
Bash
10 lines
287 B
Bash
#!/usr/bin/env bash
|
|
##############################################################################
|
|
##
|
|
## Package JS Bundles
|
|
##
|
|
##############################################################################
|
|
CURRENT_DIR=$(cd $(dirname $0); pwd)
|
|
|
|
cd $CURRENT_DIR/doric-js && npm run build
|