Skip to content

Commit

Permalink
fix: package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
imwh0im committed Feb 2, 2022
1 parent b8a8d5c commit 3b0db1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"sbin": "ts-node",
"build": "rm -rf ./dist && tsc -p tsconfig.json",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand Down

0 comments on commit 3b0db1a

Please sign in to comment.