Skip to content

Commit 1d79ebe

Browse files
committed
chore: update example script
1 parent 7628b08 commit 1d79ebe

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"statusline": "bun run src/ccstatusline.ts",
1616
"build": "rm -rf dist/* && bun build src/ccstatusline.ts --target=node --outfile=dist/ccstatusline.js --target-version=14",
1717
"postbuild": "bun run scripts/replace-version.ts",
18-
"example": "bun run scripts/run-example.ts",
18+
"example": "cat scripts/payload.example.json | CCSTATUSLINE_CONFIG=./scripts/settings.json bun start",
1919
"prepublishOnly": "bun run build",
2020
"lint": "bun tsc --noEmit; eslint . --config eslint.config.js --max-warnings=999999 --fix",
2121
"test": "bun vitest"

scripts/run-example.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)