Skip to content

Commit

Permalink
fix: bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
helmisatria committed May 6, 2023
1 parent 465b26b commit f2237ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules/
/playwright/.cache/
.env
output/*.csv
dist
dist
bin
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"start": "ts-node src/crawl.ts",
"dev": "ts-node-dev --respawn --transpile-only src/crawl.ts",
"build": "tsc",
"build:pkg": "pkg . --out-path dist/bin"
"build:pkg": "pkg . --out-path ./bin"
}
}

0 comments on commit f2237ad

Please sign in to comment.