Skip to content

Commit

Permalink
Test CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bartstc committed Oct 22, 2023
1 parent ff07eff commit eed6f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
# node-version: "16.x"
# cache: "pnpm"

- name: Log NODE_ENV
run: |
echo "NODE_ENV: $NODE_ENV"
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand Down
1 change: 0 additions & 1 deletion src/utils/http/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const headers = {
};

export const host = import.meta.env.VITE_FAKE_STORE_API_HOST;
// export const host = "https://fakestoreapi.com";

export const httpService = new HttpService(
new KyClient({ prefixUrl: host, headers })
Expand Down

0 comments on commit eed6f86

Please sign in to comment.