Skip to content

Commit cec8373

Browse files
committed
fix: remove rollup dep
1 parent 80a3dae commit cec8373

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dev": "vite",
4747
"start": "vite",
4848
"build": "tsc -b && vite build",
49-
"build:lib": "rollup -c",
49+
"build:lib": "tsc -b && vite build",
5050
"lint": "eslint . --ext .ts --ext .js",
5151
"lint:fix": "npm run lint -- --fix",
5252
"prepare": "is-ci || husky install",
@@ -75,7 +75,6 @@
7575
"devDependencies": {
7676
"@commitlint/cli": "^19.7.1",
7777
"@commitlint/config-conventional": "^19.7.1",
78-
"@rollup/plugin-typescript": "^12.1.2",
7978
"@semantic-release/changelog": "^6.0.3",
8079
"@semantic-release/commit-analyzer": "^13.0.1",
8180
"@semantic-release/git": "^10.0.1",
@@ -96,7 +95,6 @@
9695
"globals": "^16.0.0",
9796
"husky": "^9.1.7",
9897
"is-ci": "^4.1.0",
99-
"rollup": "^4.34.8",
10098
"semantic-release": "^24.2.3",
10199
"typescript": "^5.7.3",
102100
"typescript-eslint": "^8.25.0",

0 commit comments

Comments
 (0)