Skip to content

Commit

Permalink
7.0.4 : On build:lib generate scss too
Browse files Browse the repository at this point in the history
  • Loading branch information
Anakior committed Nov 16, 2018
1 parent 6606ae0 commit 53a052f
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 @@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "concurrently \"npm run watch-scss\" \"ng build ng-wizi-bulma --watch \" \"ng serve\"",
"build:lib": "ng build ng-wizi-bulma --prod",
"build:lib": "ng build ng-wizi-bulma --prod && npm run block-scss",
"build:demo": "ng build ng-wizi-bulma-demo --prod",
"build": "rm -rf dist && npm run build:lib && npm run build:demo && cp README.md dist/@wizishop/ng-wizi-bulma",
"test": "ng test",
Expand Down

0 comments on commit 53a052f

Please sign in to comment.