Skip to content

Commit

Permalink
Do not remove dist files when cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Apr 19, 2016
1 parent ee65d36 commit e4950a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A react component for playing a variety of URLs, including file paths, YouTube, SoundCloud and Vimeo",
"main": "lib/ReactPlayer.js",
"scripts": {
"clean": "rimraf lib demo dist",
"clean": "rimraf lib demo",
"build:webpack": "NODE_ENV=production webpack --config webpack.config.prod.js",
"build:browser": "NODE_ENV=production webpack --config webpack.config.browser.js",
"build:demo": "npm run clean && npm run build:webpack && cp index.html demo",
Expand Down

0 comments on commit e4950a0

Please sign in to comment.