Skip to content

Commit

Permalink
Merge pull request #362 from billba/master
Browse files Browse the repository at this point in the history
prepublish should build css
  • Loading branch information
billba authored Mar 8, 2017
2 parents eb511f8 + 770d4cc commit d796481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botframework-webchat",
"version": "0.10.1",
"version": "0.10.2",
"description": "Embeddable web chat control for the Microsoft Bot Framework",
"main": "built/BotChat.js",
"types": "built/BotChat.d.ts",
Expand All @@ -11,7 +11,7 @@
"tsc-watch": "tsc -w",
"webpack-watch": "webpack -w",
"clean": "rm -rf built",
"prepublish": "tsc && webpack --config webpack.production.config.js",
"prepublish": "tsc && npm run build-css && webpack --config webpack.production.config.js",
"start": "http-server -p 8000",
"test": "mocha test"
},
Expand Down

0 comments on commit d796481

Please sign in to comment.