Skip to content

Commit

Permalink
Revert "[build] run copy-metafiles script before publishing only"
Browse files Browse the repository at this point in the history
This reverts commit 30350c7.
  • Loading branch information
ljharb committed Feb 7, 2020
1 parent 1c661c6 commit 3430d09
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 @@ -20,6 +20,7 @@
"scripts": {
"prebuild": "rimraf lib",
"build": "babel --quiet --out-dir lib src",
"postbuild": "npm run copy-metafiles",
"copy-metafiles": "for DIR in memo-parser resolvers/node resolvers/webpack utils; do cp LICENSE .npmrc \"${DIR}/\"; done",
"watch": "npm run mocha -- --watch tests/src",
"pretest": "linklocal",
Expand All @@ -30,7 +31,6 @@
"test-compiled": "npm run prepublish && NODE_PATH=./lib mocha --compilers js:babel-register --recursive tests/src",
"test-all": "npm test && for resolver in ./resolvers/*; do cd $resolver && npm test && cd ../..; done",
"prepublish": "npm run build",
"prepublishOnly": "npm run copy-metafiles",
"coveralls": "nyc report --reporter lcovonly && cat ./coverage/lcov.info | coveralls"
},
"repository": {
Expand Down

0 comments on commit 3430d09

Please sign in to comment.