Skip to content

Commit 3beec7c

Browse files
committed
ci: add step to generate macOS metadata in CI workflow
1 parent 5073aff commit 3beec7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
- name: Build metadata generator
3333
run: npm run build-metagen
34+
35+
- name: Generate macOS metadata
36+
run: npm run metagen macos
3437

3538
- name: Build NativeScript
3639
run: npm run build

0 commit comments

Comments
 (0)