From 0aacf7b1951aaaa07eebebfda995db46da2bd225 Mon Sep 17 00:00:00 2001 From: behnoosh Date: Mon, 22 Jun 2020 12:11:31 +0200 Subject: [PATCH] build for lib changed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cea2e865..470a7d1f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "copy-readme": "cpx ./README.md dist/ng-boosted", "test:lib": "ng test ng-boosted --browsers=PhantomJS --watch=false --code-coverage=true --sourceMap=false", "lint-lib": "ng lint ng-boosted", - "build:lib": "ng build ng-boosted && npm run build:lib-styles", + "build:lib": "ng build ng-boosted --prod && npm run build:lib-styles", "build:lib-styles": "scss-bundle -e ./projects/ng-boosted/src/lib/style/ng-boosted.scss -o ./dist/ng-boosted/style/ng-boosted.scss", "publish-lib": "npm run build-lib && npm run copy-readme && cd dist/ng-boosted && npm publish" },