Skip to content

Commit 980172c

Browse files
fix pack script
1 parent c53dd1e commit 980172c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

publish/pack.sh

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ 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
3233
cd ..
3334

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-videorecorder-x",
3-
"version": "1.0.0-android-x",
3+
"version": "1.0.1-android-x",
44
"description": "NativeScript videorecording plugin",
55
"main": "videorecorder",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)