Skip to content

Commit

Permalink
Merge pull request #93 from rternavskyi/master
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNuc authored Aug 3, 2022
2 parents af46a98 + 68c5034 commit 287e2f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export class AppComponent implements AfterViewInit, OnDestroy {

### Development

`npm run build` - builds the library into dist folder
`npm run build:lib` - builds the library into dist folder

After that you can publish to npm repository from `dist` folder:

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:lib": "ng build ngx-flow",
"build:demo": "ng build ngx-flow-demo",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test ngx-flow --watch=false --browsers ChromeHeadless --code-coverage",
Expand Down

0 comments on commit 287e2f1

Please sign in to comment.