Skip to content

Commit 9a591a3

Browse files
committed
chore: Removed install-bin
1 parent 87bb4ca commit 9a591a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"dev": "NODE_ENV=development bun run ./scripts/dev.ts",
55
"build": "NODE_ENV=production bun run ./scripts/build.ts",
66
"lint": "bun run ./scripts/lint.ts",
7-
"test": "bun run ./scripts/test.ts",
8-
"install-bin": "bun run --filter=\"@superstreamer/*\" install-bin"
7+
"test": "bun run ./scripts/test.ts"
98
},
109
"devDependencies": {
1110
"@changesets/cli": "^2.27.9"

0 commit comments

Comments
 (0)