Skip to content

Commit 01b119b

Browse files
committed
fix: Removed validate from import
1 parent 10ef23f commit 01b119b

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

codify.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
"$PYENV_ROOT/bin",
1313
"$BUN_INSTALL/bin",
1414
"$DENO_INSTALL/bin",
15-
"~/.jenv/bin",
16-
"~/a/random/path",
17-
"$NVM_DIR/.bin/2",
1815
"$NVM_DIR/.bin/3"
1916
],
20-
"name": "1"
17+
"declarationsOnly": true
2118
},
2219
{
2320
"type": "homebrew",
@@ -38,11 +35,6 @@
3835
"cirrus",
3936
"expect",
4037
"git-lfs",
41-
"groff",
42-
"hyperfine",
43-
"jenv",
44-
"jq",
45-
"mas",
4638
"openjdk@11",
4739
"openjdk@17",
4840
"openjdk@21",

src/orchestrators/import.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ export class ImportOrchestrator {
5858
throw new Error('At least one resource [type] must be specified. Ex: "codify import homebrew". Or the import command must be run in a directory with a valid codify file')
5959
}
6060

61-
await ValidateOrchestrator.run({ existing: initializationResult }, reporter);
62-
6361
if (!typeIds || typeIds.length === 0) {
6462
await ImportOrchestrator.runExistingProject(reporter, initializationResult);
6563
} else {

0 commit comments

Comments
 (0)