Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎DevelopmentWorkflow.md‎

Lines changed: 17 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /