Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Apr 15, 2024
1 parent 978c585 commit 3f1c21a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ members = [
".",
"tailcall-autogen",
"tailcall-aws-lambda",
"tailcall-cloudflare", "tailcall-prettier",
"tailcall-cloudflare",
"tailcall-prettier",
"tailcall-query-plan",
]

Expand Down

0 comments on commit 3f1c21a

Please sign in to comment.