Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 21, 2024
1 parent 75013d6 commit 67485d4
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 76 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

A ready-to-use Fastlane pipeline for React Native projects.

![Made with VHS](https://vhs.charm.sh/vhs-3BdWbrCDU6CerRImplYFxo.gif)

## 🚀 Usage

Run the following command:
Expand Down Expand Up @@ -55,7 +57,7 @@ execLane(
You can also use this pipeline programmatically:

```ts
import { execLane } from "https://pkg.fluentci.io/fastlane_pipeline@v0.9.1/mod.ts";
import { execLane } from "https://pkg.fluentci.io/fastlane_pipeline@v0.9.2/mod.ts";

await execLane("buildRelease");
```
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { execLane } from "https://pkg.fluentci.io/fastlane_pipeline@v0.9.1/mod.ts";
import { execLane } from "https://pkg.fluentci.io/fastlane_pipeline@v0.9.2/mod.ts";

await execLane("buildRelease");
118 changes: 46 additions & 72 deletions example/.fluentci/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export enum Job {
/**
* @function
* @description Executes a lane
* @param {string} lane
* @param {string | Directory | undefined} src
* @param lane {string}
* @param src {src: string | Directory | undefined}
* @returns {string}
*/
export async function execLane(
Expand Down

0 comments on commit 67485d4

Please sign in to comment.