Remove old web workflows and add new ones
This commit is contained in:
12
.github/workflows/build-next.yml
vendored
Normal file
12
.github/workflows/build-next.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Build admin app
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
run:
|
||||
name: npm run build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: cd web && npm install && npm run build
|
||||
Reference in New Issue
Block a user