Skip to content

Commit d6c7f25

Browse files
committed
update README.md
1 parent 726045c commit d6c7f25

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
# Install dependencies
1111
npm install
1212

13-
# Build for production
14-
tns build <platform> --bundle
13+
# Preview on device
14+
tns preview
15+
16+
# Build, watch for changes and run the application
17+
tns run
1518

1619
# Build, watch for changes and debug the application
17-
tns debug <platform> --bundle
20+
tns debug <platform>
1821

19-
# Build, watch for changes and run the application
20-
tns run <platform> --bundle
22+
# Build for production
23+
tns build <platform> --env.production
2124
```

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4338,10 +4338,10 @@ nativescript-theme-core@^1.0.4:
43384338
resolved "https://registry.yarnpkg.com/nativescript-theme-core/-/nativescript-theme-core-1.0.6.tgz#cea174696bc5b3bd2025412c9c2eb4a5ed2b7f2d"
43394339
integrity sha512-p9v8w0xC/WJDJat/HwxJ/u7Xf50i3JiZR0zx0M7445Gi4HaBClFcjfVc+TLOZEARU4RKauBTopYlLN4xke6tYw==
43404340

4341-
nativescript-toast@^1.4.6:
4342-
version "1.4.6"
4343-
resolved "https://registry.yarnpkg.com/nativescript-toast/-/nativescript-toast-1.4.6.tgz#512464251028cf278c94cffcf65af8cc0f7ae4fa"
4344-
integrity sha1-USRkJRAozyeMlM/89lr4zA965Po=
4341+
nativescript-toast@^2.0.0:
4342+
version "2.0.0"
4343+
resolved "https://registry.yarnpkg.com/nativescript-toast/-/nativescript-toast-2.0.0.tgz#ef3245d0c35d50ca10da4554d1459356a99687aa"
4344+
integrity sha512-xqyNfFS894oGfrEVO7CjpioAQLiLNNcd77Euq9XIUTf1U3W0PsIgAJbLP7+kkVGIJxdLtlBkbcQ4wDmf2DCi1w==
43454345

43464346
nativescript-ui-core@~3.0.0:
43474347
version "3.0.0"

0 commit comments

Comments
 (0)