mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-03 03:30:04 +08:00
chore: build simplified for es modules
This commit is contained in:
2
.github/workflows/npm_release_core.yml
vendored
2
.github/workflows/npm_release_core.yml
vendored
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user