Skip to content

Commit 440ae0e

Browse files
committed
chore: build simplified for es modules
1 parent c2ff8c1 commit 440ae0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm_release_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# TODO: build ui-mobile-base first
4747
- name: Build @nativescript/core
48-
run: npx nx run core:build.npm
48+
run: npx nx build core
4949

5050
- name: Publish @nativescript/core
5151
working-directory: dist/packages/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/core",
3-
"version": "9.0.0-alpha.13",
3+
"version": "9.0.0",
44
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
55
"type": "module",
66
"main": "index",

0 commit comments

Comments
 (0)