Skip to content

Commit cdb5862

Browse files
committed
refactor: consolidate cli/ into scripts/
1 parent efead8f commit cdb5862

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"build": "npm run clean && tsc",
1414
"prepublishOnly": "npm run build",
1515
"dev": "opencode plugin dev",
16-
"typecheck": "tsc --noEmit",
16+
"typecheck": "npm run generate:prompts && tsc --noEmit",
1717
"test": "node --import tsx --test tests/*.test.ts",
1818
"format": "prettier --write .",
1919
"format:check": "prettier --check .",
20-
"dcp": "tsx cli/print.ts"
20+
"dcp": "tsx scripts/print.ts"
2121
},
2222
"keywords": [
2323
"opencode",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)