Skip to content

Commit

Permalink
Merge pull request #23 from panoratech/fff
Browse files Browse the repository at this point in the history
d
  • Loading branch information
naelob authored Oct 29, 2023
2 parents f3b7ac1 + 1fe92a7 commit 566c6f9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-frogs-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"panora-sdk": major
---

ddddde
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
working-directory: packages/api

- name: Lint, Build & Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install -g pnpm

- name: Install dependencies
run: pnpm --recursive install
run: pnpm --recursive install --no-frozen-lockfile

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type ContactBody = {

export default class PanoraApiClient {

static readonly API_URL = "test-api";
static readonly API_URL = "test";

constructor(){}

Expand Down

0 comments on commit 566c6f9

Please sign in to comment.