Skip to content

Commit 3b0db1a

Browse files
committed
fix: package scripts
1 parent b8a8d5c commit 3b0db1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8-
"sbin": "ts-node",
98
"build": "rm -rf ./dist && tsc -p tsconfig.json",
109
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
1110
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",

0 commit comments

Comments
 (0)