mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Use on-the-fly transpiling with esmo (#562)
This commit is contained in:
parent
db88e39c76
commit
a60bde8d5b
7 changed files with 184 additions and 207 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Lint & build
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Lint & build
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
@ -28,5 +28,3 @@ jobs:
|
|||
run: yarn prisma generate
|
||||
- name: Run lint
|
||||
run: yarn lint
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue