Skip to content

prepare for generating AS3 externs (once openfl-js includes its own g… #35

prepare for generating AS3 externs (once openfl-js includes its own g…

prepare for generating AS3 externs (once openfl-js includes its own g… #35

Workflow file for this run

name: npm
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: npm ci
- run: npm run build
- run: npm pack
- uses: actions/upload-artifact@v3
with:
name: feathersui-openfl-npm
path: feathersui-openfl-*.tgz
if-no-files-found: error