Skip to content

Commit

Permalink
Merge pull request #18 from panoratech/feat/try-changeset-change
Browse files Browse the repository at this point in the history
feat: tree structure and changeset applied
  • Loading branch information
naelob authored Oct 29, 2023
2 parents 5c5435e + 3ca6900 commit b0ff650
Show file tree
Hide file tree
Showing 49 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-donkeys-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"panora-sdk": major
---

small fix
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

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

- name: Lint, Build & Test
run: pnpm run ci
working-directory: api
working-directory: packages/api
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
},
"dependencies": {
"@changesets/cli": "^2.26.2"
}
},
"private": true,
"workspaces": [
"packages/*"
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Test, TestingModule } from '@nestjs/testing';
import { INestApplication } from '@nestjs/common';
import * as request from 'supertest';
import { AppModule } from './../src/app.module';
import { AppModule } from '../src/app.module';

describe('AppController (e2e)', () => {
let app: INestApplication;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sdk/index.ts → 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 = "";
static readonly API_URL = "test-api";

constructor(){}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b0ff650

Please sign in to comment.