Skip to content

Commit

Permalink
chore: init for create package file
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 28, 2024
1 parent 48e143d commit e0641fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
command-line-tools/sdkmanager/bin/sdkmgr install toolchains:9 OpenHarmony/toolchains:9 --accept-license
# get current dir and export to HOS_SDK_HOME
- name: Install dependencies
run: npm ci
- name: Create OHPM package.json file
run: |
npm init -y
npm install @ohos/hvigor@2.4.2 @ohos/hvigor-ohos-plugin@2.4.2
- name: Build
run: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
command-line-tools/sdkmanager/bin/sdkmgr install toolchains:9 OpenHarmony/toolchains:9 --accept-license
# get current dir and export to HOS_SDK_HOME
- name: Install dependencies
run: npm ci
- name: Create OHPM package.json file
run: |
npm init -y
npm install @ohos/hvigor@2.4.2 @ohos/hvigor-ohos-plugin@2.4.2
- name: Build
run: |
Expand Down

0 comments on commit e0641fc

Please sign in to comment.