Skip to content

Commit 5c69b2a

Browse files
committed
changed package name to ksQlient
1 parent 1fa9441 commit 5c69b2a

15 files changed

+6
-5051
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232

3333
- name: Start Containers
34-
run: docker-compose -f "./ksqljs/docker-compose.yml" up -d --build
34+
run: docker-compose -f "./ksQlient/docker-compose.yml" up -d --build
3535

3636
- name: Install node
3737
uses: actions/setup-node@v1
@@ -50,4 +50,4 @@ jobs:
5050

5151
- name: Stop containers
5252
if: always()
53-
run: docker-compose -f "./ksqljs/docker-compose.yml" down
53+
run: docker-compose -f "./ksQlient/docker-compose.yml" down

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 16
1515
registry-url: https://registry.npmjs.org/
1616
- name: Publish
17-
working-directory: ./ksqljs
17+
working-directory: ./ksQlient
1818
run: npm publish --access public
1919
env:
2020
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)