Skip to content

Commit

Permalink
disable webshell tyoe check
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Aug 23, 2024
1 parent 882f482 commit 6472300
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/webshell-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"clean": "rm -rf .turbo node_modules",
"dev": "tsx watch --clear-screen=false src/index.ts",
"lint": "eslint",
"format": "prettier --check . --ignore-path ../../.gitignore",
"typecheck": "tsc --noEmit"
"format": "prettier --check . --ignore-path ../../.gitignore"
},
"dependencies": {
"@ctrlplane/db": "workspace:*",
Expand Down

0 comments on commit 6472300

Please sign in to comment.