We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ff8c1 commit 440ae0eCopy full SHA for 440ae0e
.github/workflows/npm_release_core.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# TODO: build ui-mobile-base first
47
- name: Build @nativescript/core
48
- run: npx nx run core:build.npm
+ run: npx nx build core
49
50
- name: Publish @nativescript/core
51
working-directory: dist/packages/core
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/core",
3
- "version": "9.0.0-alpha.13",
+ "version": "9.0.0",
4
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
5
"type": "module",
6
"main": "index",
0 commit comments