Skip to content

Commit 0768868

Browse files
committed
crawler package.json
1 parent 1dc4984 commit 0768868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/crawler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"lg-crawler": "./bin/cli.js"
1616
},
1717
"scripts": {
18-
"build": "lg build-package",
19-
"tsc": "lg build-ts",
18+
"build": "lg-build bundle",
19+
"tsc": "lg-build tsc",
2020
"postbuild": "zip -r dist/lambda.zip dist/lambda.js node_modules package.json",
2121
"crawl": "tsx src/cli.ts crawl",
2222
"prune": "tsx src/cli.ts prune",

0 commit comments

Comments
 (0)