Skip to content

Commit d8c6795

Browse files
committed
[meta] resolvers/*: fix prepublish script
1 parent 8001916 commit d8c6795

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resolvers/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"index.js"
88
],
99
"scripts": {
10-
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
10+
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
1111
"test": "nyc mocha",
1212
"coveralls": "nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info"
1313
},

resolvers/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.",
55
"main": "index.js",
66
"scripts": {
7-
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
7+
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
88
"test": "nyc mocha -t 5s",
99
"report": "nyc report --reporter=html",
1010
"coveralls": "nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/webpack/coverage/lcov.info"

0 commit comments

Comments
 (0)