This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name: Build HML Avanzato
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: linux_amd64
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Instalar dependências
|
||||
run: npm install
|
||||
|
||||
- name: Build projeto
|
||||
run: npm run build
|
||||
|
||||
- name: Listar dist
|
||||
run: ls -lha dist
|
||||
Reference in New Issue
Block a user