We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc4984 commit 0768868Copy full SHA for 0768868
tools/crawler/package.json
@@ -15,8 +15,8 @@
15
"lg-crawler": "./bin/cli.js"
16
},
17
"scripts": {
18
- "build": "lg build-package",
19
- "tsc": "lg build-ts",
+ "build": "lg-build bundle",
+ "tsc": "lg-build tsc",
20
"postbuild": "zip -r dist/lambda.zip dist/lambda.js node_modules package.json",
21
"crawl": "tsx src/cli.ts crawl",
22
"prune": "tsx src/cli.ts prune",
0 commit comments