Skip to content

Commit d6fbe41

Browse files
committed
chore: Added lint
1 parent 4679c80 commit d6fbe41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"dev": "NODE_ENV=development bun run ./scripts/dev.ts",
55
"build": "NODE_ENV=production bun run ./scripts/build.ts",
66
"test": "bun run --filter=\"@superstreamer/*\" test",
7+
"lint": "bun run --filter=\"*\" lint",
78
"install-bin": "bun run --filter=\"@superstreamer/*\" install-bin"
89
},
910
"devDependencies": {

0 commit comments

Comments
 (0)