diff --git a/package.json b/package.json index fde63d8a..13111627 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ } }, "scripts": { - "postinstall": "ts-node ./scripts/postinstall.ts", + "postinstall": "npx --yes ignore-dependency-scripts \"ts-node ./scripts/postinstall.ts\"", "prestart": "npm run lint", "start": "cd ./bin && dev scrape amazon", "start:debug": "node --inspect=0.0.0.0:9229 ./bin/run scrape all", @@ -144,4 +144,4 @@ "Documents scraper invoices" ], "types": "dist/index.d.ts" -} +} \ No newline at end of file