We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee65d36 commit e4950a0Copy full SHA for e4950a0
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "A react component for playing a variety of URLs, including file paths, YouTube, SoundCloud and Vimeo",
5
"main": "lib/ReactPlayer.js",
6
"scripts": {
7
- "clean": "rimraf lib demo dist",
+ "clean": "rimraf lib demo",
8
"build:webpack": "NODE_ENV=production webpack --config webpack.config.prod.js",
9
"build:browser": "NODE_ENV=production webpack --config webpack.config.browser.js",
10
"build:demo": "npm run clean && npm run build:webpack && cp index.html demo",
0 commit comments