Skip to content

Commit a50472c

Browse files
author
Carey Hinoki
committed
chore(webpack): Redo deploy.
1 parent 9430fde commit a50472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"style": "./dist/videojs.chapter-thumbnails.min.css",
77
"scripts": {
88
"build": "webpack --progress",
9-
"deploy": "webpack && webpack --progress --config webpack.config.production.js",
9+
"deploy": "npm run build && webpack --progress --config webpack.config.production.js",
1010
"start": "webpack-dev-server -d --hot --config webpack.config.development.js",
1111
"test": "karma start --single-run"
1212
},

0 commit comments

Comments
 (0)