fix: build missing steps

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2023-07-04 15:39:45 +02:00
parent d80412316d
commit e0300a0c75

View File

@ -8,7 +8,6 @@ on:
jobs:
install:
runs-on: ubuntu-latest
steps:
@ -24,6 +23,7 @@ jobs:
run: npm ci
build:
steps:
- name: Build
run: npm run build