Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
fix(package.json): copying too many files to lib
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
rnicholus committed Feb 1, 2017
1 parent 980f515 commit 1de4ae3
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 @@ -66,7 +66,7 @@
"node": ">=5.0.0"
},
"scripts": {
"build": "rm -rf lib && mkdir -p lib && cp -pR src/ lib && babel lib --out-dir lib && find lib -type f -name '*.jsx' -delete",
"build": "rm -rf lib && mkdir -p lib && rsync -av --exclude='test' src/ lib && babel lib --out-dir lib && find lib -type f -name '*.jsx' -delete",
"lint": "eslint src/. --ext .js,.jsx --cache",
"manual-test": "webpack --config config/webpack.manual-test.config.js --watch --display-error-details",
"push-to-npm": "cp package.json README.md LICENSE lib && (cd lib ; npm publish)",
Expand Down

0 comments on commit 1de4ae3

Please sign in to comment.