Feat: add workflows

This commit is contained in:
unitwk 2023-08-26 23:12:43 +08:00
parent c0c5abe92f
commit 0ce48aa186

View File

@ -22,5 +22,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: sh build.sh
- name: Build Frontend
run: cd frontend && npm install && npm run build