Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Jan 23, 2024
1 parent dc83bef commit ff97eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "pnpm -r --parallel dev",
"build": "pnpm -r --parallel build",
"test": "vitest run",
"lint": "pnpm -r --parallel lint",
"lint": "eslint . --ext .ts",
"prettier": "prettier --check .",
"prettier-fix": "prettier --write .",
"typecheck": "pnpm -r --parallel typecheck"
Expand All @@ -32,4 +32,4 @@
"prettier": "^3.2.4",
"vitest": "^1.2.1"
}
}
}
3 changes: 0 additions & 3 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
"prepare": "pnpm build",
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint . --ext .ts",
"prettier": "prettier --check packages",
"prettier-fix": "prettier --write packages",
"typecheck": "tsc --noEmit"
},
"files": [
Expand Down

0 comments on commit ff97eb2

Please sign in to comment.