tweak: filter out duplicate instructions (#1567)
This commit is contained in:
parent
ea4e1913c0
commit
edda26ab33
2 changed files with 14 additions and 19 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"packageManager": "bun@1.2.14",
|
||||
"scripts": {
|
||||
"dev": "bun run packages/opencode/src/index.ts",
|
||||
"dev": "bun run --conditions=development packages/opencode/src/index.ts",
|
||||
"typecheck": "bun run --filter='*' typecheck",
|
||||
"stainless": "./scripts/stainless",
|
||||
"postinstall": "./script/hooks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue