We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f18726 commit 2866177Copy full SHA for 2866177
.github/workflows/pypi.yml
@@ -71,7 +71,11 @@ jobs:
71
echo ::set-output name=match::true
72
fi # See: https://stackoverflow.com/a/58869470/1123955
73
74
- - name: Check Branch
+ - uses: actions/checkout@v3
75
+ - uses: actions/setup-node@v3
76
+ with:
77
+ node-version: 16
78
+ - name: Building Wechaty-ui
79
id: build-ui
80
run: |
81
make ui
scripts/build_ui.sh
@@ -3,7 +3,7 @@
3
make clean
4
git clone https://github.com/wechaty/wechaty-ui ui
5
cd ui
6
-cnpm i && cnpm run build
+npm i && npm run build
7
8
# move the dist files to
9
echo "starting to copy files to the package ..."
0 commit comments