chore: fix package.json generation (#9663)

This commit is contained in:
jrandolf 2023-02-13 11:01:30 -08:00 committed by GitHub
parent b53838682f
commit d2b46d583c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,8 @@
"command": "tsc -b", "command": "tsc -b",
"clean": "if-file-deleted", "clean": "if-file-deleted",
"dependencies": [ "dependencies": [
"../puppeteer-core:build" "../puppeteer-core:build",
"generate:package-json"
], ],
"files": [ "files": [
"src/**" "src/**"