Skip to content

Commit

Permalink
Merge pull request Sunbird-Ed#20 from lakhanmandloi/master
Browse files Browse the repository at this point in the history
Issue #000 task: Autobuild issue fix
  • Loading branch information
sri-pusuluri authored Sep 4, 2019
2 parents d170038 + 588d882 commit 2b4cebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"watch": ["projects/sb-ui-components/"],
"ext": "ts,scss,css,json,js,html,svg,png,jpeg",
"ignore": [],
"exec": "ng build sb-ui-components && ts-node projects/sb-ui-components/scripts/css-bundle.ts"
"exec": "ng build sb-ui-components && ts-node projects/sb-ui-components/scripts/css-bundle.ts && ng s"
}

0 comments on commit 2b4cebf

Please sign in to comment.