Skip to content

Commit b620a4d

Browse files
committed
do not copy package.json to lib
1 parent ca3db88 commit b620a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"testonly": "babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha",
3434
"lint": "eslint src",
3535
"check": "flow check",
36-
"build": "rm -rf lib/* && babel src --ignore __tests__ --out-dir lib && cp package.json lib/ && npm run build:flow",
36+
"build": "rm -rf lib/* && babel src --ignore __tests__ --out-dir lib && npm run build:flow",
3737
"build:flow": "find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
3838
"watch": "babel-node scripts/watch.js",
3939
"cover": "babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha",

0 commit comments

Comments
 (0)