Skip to content

Commit d796481

Browse files
authored
Merge pull request #362 from billba/master
prepublish should build css
2 parents eb511f8 + 770d4cc commit d796481

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botframework-webchat",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Embeddable web chat control for the Microsoft Bot Framework",
55
"main": "built/BotChat.js",
66
"types": "built/BotChat.d.ts",
@@ -11,7 +11,7 @@
1111
"tsc-watch": "tsc -w",
1212
"webpack-watch": "webpack -w",
1313
"clean": "rm -rf built",
14-
"prepublish": "tsc && webpack --config webpack.production.config.js",
14+
"prepublish": "tsc && npm run build-css && webpack --config webpack.production.config.js",
1515
"start": "http-server -p 8000",
1616
"test": "mocha test"
1717
},

0 commit comments

Comments
 (0)