Skip to content

Commit dad394e

Browse files
committed
chore: Clean package.json and unused things
1 parent 6612712 commit dad394e

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.npmignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
src
2-
npm-shrinkwrap.json
31
package-lock.json

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@
2121
},
2222
"scripts": {
2323
"build": "tsc --noEmit && vite build",
24-
"preview": "npm run build && vite preview",
2524
"dev:vite": "vite build --watch --force",
2625
"dev:tsc": "tsc --noEmit --watch",
2726
"prepare": "husky install",
2827
"start": "concurrently npm:dev:*",
2928
"check": "lint-staged",
3029
"storybook": "storybook dev -p 6006",
3130
"build-storybook": "storybook build",
32-
"analyze": "npx vite-bundle-visualizer"
31+
"analyze": "npm run build && npx vite-bundle-visualizer"
3332
},
3433
"dependencies": {
3534
"@ant-design/plots": "^1.0.9",
@@ -103,7 +102,6 @@
103102
"vite": "4.4.8",
104103
"vite-bundle-visualizer": "^0.10.0",
105104
"vite-plugin-dts": "^3.6.0",
106-
"vite-plugin-package-version": "1.0.2",
107105
"vite-tsconfig-paths": "3.5.0"
108106
},
109107
"peerDependencies": {

0 commit comments

Comments
 (0)