Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Added verification step npm run buildapp to publishing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
michadvorak-cen38289 committed Feb 16, 2018
1 parent c74c3dc commit 0c48245
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ To publish new library version to [npm repository](https://www.npmjs.com/package
npm run bootstrap
npm run build
```
1. Verify library is built correctly using
```
npm run buildapp
```
1. Publish the library
```
npm publish dist/angular-resource-router
Expand Down

0 comments on commit 0c48245

Please sign in to comment.