fix(ci): run-p not found
Some checks failed
Build and test / Build (push) Failing after 1m44s

This commit is contained in:
Muyao CHEN 2024-10-08 23:33:34 +02:00
parent d35b47c7e6
commit 7209bc9c70

View File

@ -56,6 +56,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm i npm-run-all --save-dev
- name: Build frontend
run: make web-build
- name: Test frontend