Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #195 from Orange-OpenSource/bugfixes/build
Browse files Browse the repository at this point in the history
build for lib changed
  • Loading branch information
BehnooshShiva authored Jun 22, 2020
2 parents e8b3ca0 + 0aacf7b commit 6fa82ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 6fa82ce

Please sign in to comment.