Skip to content

Commit 6ba303f

Browse files
committed
chore: remove unnecessary deps
1 parent 089cd5b commit 6ba303f

File tree

2 files changed

+1
-59
lines changed

2 files changed

+1
-59
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build:all": "pnpm build && pnpm build:demo",
3131
"format": "oxfmt --write .",
3232
"format:check": "oxfmt --check .",
33-
"prepublishOnly": "pnpm typecheck && pnpm build && publint",
33+
"prepublishOnly": "pnpm typecheck && pnpm build && publint && npm login",
3434
"test": "vitest --run",
3535
"test:coverage": "pnpm build && vitest --run --coverage",
3636
"test:e2e": "pnpm build && vitest --project e2e",
@@ -43,9 +43,7 @@
4343
"@vitest/coverage-v8": "^4.0.18",
4444
"jsdom": "^28.1.0",
4545
"oxfmt": "^0.35.0",
46-
"prettier": "^3.8.1",
4746
"publint": "^0.3.17",
48-
"sort-package-json": "^3.6.1",
4947
"tsdown": "^0.20.3",
5048
"typescript": "^5.9.3",
5149
"vitest": "^4.0.18"

pnpm-lock.yaml

Lines changed: 0 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)