We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9430fde commit a50472cCopy full SHA for a50472c
package.json
@@ -6,7 +6,7 @@
6
"style": "./dist/videojs.chapter-thumbnails.min.css",
7
"scripts": {
8
"build": "webpack --progress",
9
- "deploy": "webpack && webpack --progress --config webpack.config.production.js",
+ "deploy": "npm run build && webpack --progress --config webpack.config.production.js",
10
"start": "webpack-dev-server -d --hot --config webpack.config.development.js",
11
"test": "karma start --single-run"
12
},
0 commit comments