Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d030d63

Browse files
Merge pull request #164 from NativeScript/zbranzov/bump-4.3.1
fix: shell script and bump version
2 parents 43a2987 + 9435809 commit d030d63

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

publish/pack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ pack() {
2828
# compile package and copy files required by npm
2929
echo 'Building /src...'
3030
cd "$TO_SOURCE_DIR"
31+
npm i
3132
node_modules/.bin/tsc
33+
echo 'Building plugin .aar...'
34+
tns plugin build
3235
cd ..
3336

3437
echo 'Creating package...'

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-geolocation",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "Provides API for getting and monitoring location for NativeScript app.",
55
"main": "geolocation",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)