Skip to content

Commit 2866177

Browse files
committed
update pypi workflow
1 parent 1f18726 commit 2866177

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ jobs:
7171
echo ::set-output name=match::true
7272
fi # See: https://stackoverflow.com/a/58869470/1123955
7373
74-
- name: Check Branch
74+
- uses: actions/checkout@v3
75+
- uses: actions/setup-node@v3
76+
with:
77+
node-version: 16
78+
- name: Building Wechaty-ui
7579
id: build-ui
7680
run: |
7781
make ui

scripts/build_ui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
make clean
44
git clone https://github.com/wechaty/wechaty-ui ui
55
cd ui
6-
cnpm i && cnpm run build
6+
npm i && npm run build
77

88
# move the dist files to
99
echo "starting to copy files to the package ..."

0 commit comments

Comments
 (0)