Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 9dada4a

Browse files
committed
fix: cortex node suppress warning
1 parent 029f10e commit 9dada4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:e2e": "jest --config ./test/jest-e2e.json",
3333
"typeorm": "typeorm-ts-node-esm",
3434
"build:dev": "npx nest build && chmod +x ./dist/src/command.js && npm link",
35-
"postinstall": "npx patch-package"
35+
"postinstall": "npx --yes patch-package"
3636
},
3737
"dependencies": {
3838
"@huggingface/gguf": "^0.1.5",

cortex-js/src/command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env node
1+
#!/usr/bin/env node --no-warnings
22
import { CommandFactory } from 'nest-commander';
33
import { CommandModule } from './command.module';
44
import { TelemetryUsecases } from './usecases/telemetry/telemetry.usecases';

0 commit comments

Comments
 (0)