Skip to content

Commit

Permalink
fix: use package.json in scripts section of pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Mar 16, 2024
1 parent 0188982 commit 5c28f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@
},
"pkg": {
"assets": [
"package.json",
"node_modules/vm2/**/*",
"node_modules/puppeteer-core/**/*.*",
"node_modules/puppeteer-extra-plugin-stealth/**/*.*"
],
"scripts": [
"package.json"
]
}
}

0 comments on commit 5c28f1b

Please sign in to comment.