Skip to content

Commit 5c37672

Browse files
committed
fix: npm run start correct path
1 parent 2f45640 commit 5c37672

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"test:e2e": "vitest run --config vitest.e2e.config.ts",
1616
"test:smoke": "node smoke-test.mjs",
1717
"build:tsc": "tsc -p tsconfig.build.json",
18-
"build:local-deps": "cd ../../packages/config-types && npm run build && cd ../config-yaml && npm run build && cd ../openai-adapters && npm run build",
18+
"build:local-deps": "cd ../../packages/config-types && npm i && npm run build && cd ../fetch && npm i && npm run build && cd ../llm-info && npm i && npm run build && cd ../config-yaml && npm i && npm run build && cd ../openai-adapters && npm i && npm run build && cd ../../core && npm i && cd ../extensions/cli && npm i",
1919
"build:validate": "node validate-aliases.mjs",
2020
"build:bundle": "node build.mjs",
2121
"build": "npm run build:local-deps && npm run build:validate && npm run build:bundle",
22-
"start": "node dist/index.js",
22+
"start": "node dist/cn.js",
2323
"dev": "tsx src/index.ts",
2424
"repomix:sdk": "npx repomix node_modules/@continuedev/sdk --ignore **/api,cli-repomix.xml -o sdk-repomix.xml",
2525
"repomix:cli": "npx repomix --ignore sdk-repomix.xml -o cli-repomix.xml",

0 commit comments

Comments
 (0)