From 3f1c21a6e400ae3506da4b210d22f1b46a784bf1 Mon Sep 17 00:00:00 2001 From: Sandipsinh Rathod Date: Mon, 15 Apr 2024 17:11:50 +0530 Subject: [PATCH] tmp --- .github/workflows/ci.yml | 7 +++++++ Cargo.toml | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d5b3a296b..53646abdf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,6 +159,13 @@ jobs: - name: Install Prettier run: npm install --global prettier + - name: Add npm global path to PATH + if: startsWith(runner.os, 'Windows') + run: | + $npm_global = npm config get prefix + echo "Adding npm global path to PATH: $npm_global" + echo "$npm_global" | Out-File -Append -Encoding utf8 $env:GITHUB_PATH + - name: Install Stable Toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 with: diff --git a/Cargo.toml b/Cargo.toml index ff7de49a3e..16108c2d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -196,7 +196,8 @@ members = [ ".", "tailcall-autogen", "tailcall-aws-lambda", - "tailcall-cloudflare", "tailcall-prettier", + "tailcall-cloudflare", + "tailcall-prettier", "tailcall-query-plan", ]