Skip to content

Cordova build actions #12

Cordova build actions

Cordova build actions #12

Workflow file for this run

name: Build
on:
push:
branches:
- develop
- release/*
pull_request:
jobs:
build-library:
name: Build and Pack the Library
runs-on: macos-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Prepare environment
uses: ./.github/actions/prepare
- name: Library build
run: npm run build