Skip to content

Commit 35ca4fa

Browse files
author
vakrilov
committed
docs: Update build steps
1 parent cb4fd3a commit 35ca4fa

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Diff for: DevelopmentWorkflow.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,20 @@ NOTE: The steps below describe how to run `renderer` tests, but the same approac
106106
``` bash
107107
npm run e2e -- --runType capabilityName
108108
```
109-
109+
110+
## Building Packages
111+
112+
1. Build `@nativescript/angular` (a.k.a. "scoped package"):
113+
```
114+
cd nativescript-angular
115+
npm install
116+
npm run pack
117+
```
118+
119+
2. Build `nativescript-angular` (a.k.a. "compat-package"):
120+
```
121+
cd nativescript-angular-package
122+
npm install
123+
npm run pack-with-scoped-version -- ../dist/nativescript-angular-scoped.tgz
124+
```
125+
Packages are available in the `dist` folder.

0 commit comments

Comments
 (0)