Skip to content

Commit 5eb8d3d

Browse files
feat: add script to clone all modules with no cache
1 parent bcf6f8b commit 5eb8d3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"scripts": {
3333
"start": "node scripts/menu.ts",
3434
"all": "node scripts/orchestrator/index.ts run full-refresh-parallel",
35+
"clone:all-modules": "rm -rf modules modules_temp && mkdir -p modules modules_temp && node scripts/parallel-processing.ts --no-cache",
3536
"collectMetadata": "node scripts/orchestrator/index.ts run full-refresh-parallel --only=collect-metadata",
3637
"pipeline": "node scripts/orchestrator/index.ts",
3738
"pipeline:benchmark": "node scripts/orchestrator/index.ts benchmark --pipeline=full-refresh-parallel --limit=20",

0 commit comments

Comments
 (0)