Skip to content

Commit

Permalink
fix: add README to package during prepack (#9057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Oct 6, 2022
1 parent 8f6b2c9 commit 9374e23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/puppeteer-core/package.json
Expand Up @@ -42,7 +42,8 @@
"clean": "tsc -b --clean && rimraf lib src/generated",
"format:types": "wireit",
"generate:package-json": "wireit",
"generate:sources": "wireit"
"generate:sources": "wireit",
"prepack": "cp ../../README.md ./README.md"
},
"wireit": {
"build": {
Expand Down
3 changes: 2 additions & 1 deletion packages/puppeteer/package.json
Expand Up @@ -41,7 +41,8 @@
"format:types": "wireit",
"generate:package-json": "wireit",
"generate:sources": "wireit",
"postinstall": "node install.js"
"postinstall": "node install.js",
"prepack": "cp ../../README.md ./README.md"
},
"wireit": {
"build": {
Expand Down

0 comments on commit 9374e23

Please sign in to comment.