Skip to content

Commit

Permalink
add root script & patch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosqsilva committed Sep 3, 2024
1 parent 4b0b4bb commit afaf63b
Show file tree
Hide file tree
Showing 2 changed files with 648 additions and 384 deletions.
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "newslatter-scrapper",
"scripts": {
"build": "node --import ./loader/index.js main.ts"
},
"pnpm": {
"overrides": {
"typescript": "5.5.4"
}
}
"name": "newslatter-scrapper",
"scripts": {
"scrape": "pnpm --filter scraper build",
"web": "pnpm --filter app dev"
},
"pnpm": {
"overrides": {
"typescript": "5.5.4"
},
"patchedDependencies": {
"tinykeys": "patches/tinykeys.patch"
}
}
}
Loading

0 comments on commit afaf63b

Please sign in to comment.