Compare commits
1 Commits
1927dd6a8c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 49e02d3d79 |
@@ -1,10 +1,6 @@
|
||||
name: Check build frontend and backend
|
||||
run-name: ${{ gitea.actor }} is building nixcn-cms check
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-frontend:
|
||||
@@ -26,7 +22,7 @@ jobs:
|
||||
run: corepack enable
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
run: pnpm install
|
||||
|
||||
- name: Build frontend
|
||||
run: pnpm build
|
||||
|
||||
Reference in New Issue
Block a user