Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
verytactical committed Jan 9, 2025
1 parent dcf9dde commit ef1222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import normalize from "path-normalize";
import { Cell } from "@ton/core";
import { Config, Options } from "../src/000-config/parseConfig";
import { ILogger, Logger } from "../src/010-pipeline/logger";
import { PackageFileFormat, run } from "../src/main";
import { PackageFileFormat, run } from "../src";
import { fileFormat } from "../src/110-packaging/fileFormat";
import { getCompilerVersion } from "../src/010-pipeline/version";

Expand Down

0 comments on commit ef1222f

Please sign in to comment.