mirror of
https://github.com/openharmony/applications_calendar_data.git
synced 2026-06-30 20:17:55 -04:00
d1c58f113d
Signed-off-by: z00797030 <zhuchengli@huawei.com>
24 lines
484 B
Bash
24 lines
484 B
Bash
npm config set registry http://mirrors.tools.huawei.com/npm/
|
|
npm config set @ohos:registry https://cmc.centralrepo.rnd.huawei.com/artifactory/api/npm/product_npm/
|
|
npm config set strict-ssl false
|
|
npm install
|
|
cd common
|
|
npm install
|
|
cd ..
|
|
cd datastructure
|
|
npm install
|
|
cd ..
|
|
cd datamanager
|
|
npm install
|
|
cd ..
|
|
cd rrule
|
|
npm install
|
|
cd ..
|
|
cd dataprovider
|
|
npm install
|
|
cd ..
|
|
cd entry
|
|
npm install
|
|
cd ..
|
|
node ./node_modules/@ohos/hvigor/bin/hvigor.js --mode module assembleHap -p debuggable=false
|