Skip to content

Commit

Permalink
updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Mar 27, 2018
1 parent 4bd6aeb commit 2fc682d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2fc682d

Please sign in to comment.