chore: build simplified for es modules

This commit is contained in:
Nathan Walker
2025-09-18 17:06:02 -07:00
parent c2ff8c1ae7
commit 440ae0ee7c
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
# TODO: build ui-mobile-base first
- name: Build @nativescript/core
run: npx nx run core:build.npm
run: npx nx build core
- name: Publish @nativescript/core
working-directory: dist/packages/core

View File

@ -1,6 +1,6 @@
{
"name": "@nativescript/core",
"version": "9.0.0-alpha.13",
"version": "9.0.0",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"type": "module",
"main": "index",