Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
fix(build-core): adds script to fix types in node-modules as a tempor…
Browse files Browse the repository at this point in the history
…ary solution
  • Loading branch information
zakhaev26 committed Mar 6, 2024
1 parent 6eafe2a commit 2825368
Show file tree
Hide file tree
Showing 6 changed files with 709 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check_core_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ jobs:
npm i -g yarn@latest
yarn add
- name: fix package type error (temp solution)
run: |
cd scripts/
chmod u+rwx nmfix.sh
./nmfix
- name: build server
run: |
cd ../core
yarn compile
7 changes: 7 additions & 0 deletions auth/cmd/main/keploy-logs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🐰 Keploy: 2024-03-06T02:40:54+05:30 INFO Keploy config not found, continuing without configuration
🐰 Keploy: 2024-03-06T02:40:54+05:30 INFO {"keploy test and mock path": "/home/soubhik/codes/gc-server/auth/cmd/main/keploy"}
🐰 Keploy: 2024-03-06T02:41:01+05:30 INFO keploy initialized and probes added to the kernel.
🐰 Keploy: 2024-03-06T02:41:03+05:30 INFO Proxy started at port:16789
🐰 Keploy: 2024-03-06T02:41:03+05:30 INFO starting TCP DNS server at addr :26789
🐰 Keploy: 2024-03-06T02:41:54+05:30 ERROR failed to write the reply message to mongo client {"error": "write tcp 172.22.4.63:16789->172.22.4.63:38116: write: broken pipe"}
🐰 Keploy: 2024-03-06T02:41:54+05:30 ERROR failed to write the reply message to mongo client {"error": "write tcp 172.22.4.63:16789->172.22.4.63:38128: write: broken pipe"}
Loading

0 comments on commit 2825368

Please sign in to comment.