Skip to content

Commit

Permalink
actions: build npm samples
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Oct 2, 2023
1 parent 8659867 commit 50abf3c
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,34 @@ jobs:
haxelib run lime build html5
haxelib run lime build neko
haxelib run lime build hl
haxelib run lime build flash
haxelib run lime build flash
- name: Build samples/demo_npm/as3
working-directory: samples/demo_npm/as3
run: |
npm install
npm run build
- name: Build samples/demo_npm/es5
working-directory: samples/demo_npm/es5
run: |
npm install
npm run build
- name: Build samples/demo_npm/es6
working-directory: samples/demo_npm/es6
run: |
npm install
npm run build
- name: Build samples/demo_npm/haxe
working-directory: samples/demo_npm/haxe
run: |
npm install
npm run build
- name: Build samples/demo_npm/typescript
working-directory: samples/demo_npm/typescript
run: |
npm install
npm run build

0 comments on commit 50abf3c

Please sign in to comment.