We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87bb4ca commit 9a591a3Copy full SHA for 9a591a3
package.json
@@ -4,8 +4,7 @@
4
"dev": "NODE_ENV=development bun run ./scripts/dev.ts",
5
"build": "NODE_ENV=production bun run ./scripts/build.ts",
6
"lint": "bun run ./scripts/lint.ts",
7
- "test": "bun run ./scripts/test.ts",
8
- "install-bin": "bun run --filter=\"@superstreamer/*\" install-bin"
+ "test": "bun run ./scripts/test.ts"
9
},
10
"devDependencies": {
11
"@changesets/cli": "^2.27.9"
0 commit comments