Skip to content

Commit e4950a0

Browse files
committed
Do not remove dist files when cleaning
1 parent ee65d36 commit e4950a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A react component for playing a variety of URLs, including file paths, YouTube, SoundCloud and Vimeo",
55
"main": "lib/ReactPlayer.js",
66
"scripts": {
7-
"clean": "rimraf lib demo dist",
7+
"clean": "rimraf lib demo",
88
"build:webpack": "NODE_ENV=production webpack --config webpack.config.prod.js",
99
"build:browser": "NODE_ENV=production webpack --config webpack.config.browser.js",
1010
"build:demo": "npm run clean && npm run build:webpack && cp index.html demo",

0 commit comments

Comments
 (0)