diff --git a/package.json b/package.json index 6ac725a..e6e95c9 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,8 @@ "start": "ng serve", "start:packaged":"ng serve --app=angular5-example-packaged", "build": "ng build", + "build:lib": "ng-packagr -p libs/angular-star-rating/package.json", + "build:packaged":"ng build --app=angular5-example-packaged", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", @@ -20,7 +22,6 @@ "update:check": "./node_modules/.bin/nx update check", "update:skip": "./node_modules/.bin/nx update skip", "postinstall": "./node_modules/.bin/nx postinstall", - "build:lib": "ng-packagr -p libs/angular-star-rating/package.json", "docs": "npm run docs:build", "docs:build": "compodoc -p ./src/tsconfig.api-doc.json -n angular-star-rating -d docs/api-doc/ --hideGenerator", "docs:serve": "npm run docs:build -- -s",