Skip to content

Commit 798f9bc

Browse files
committed
chore(action): use yarn
1 parent d995683 commit 798f9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: npm install, build, and test
2323
run: |
2424
cd ui
25-
npm install
26-
npm run build --if-present
25+
yarn install
26+
yarn build
2727
cd dist/
2828
env:
2929
CI: true

0 commit comments

Comments
 (0)