Skip to content

Commit cd70a4f

Browse files
committed
Bump version
1 parent c03d6bf commit cd70a4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/frameworks/vite/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"build": "tsc && vite build",
99
"preview": "vite preview",
1010
"copy_dsfr_dist_to_public": "node node_modules/@codegouvfr/react-dsfr/bin/copy_dsfr_dist_to_public.js",
11-
"predev": "yarn copy_dsfr_dist_to_public",
12-
"prebuild": "yarn copy_dsfr_dist_to_public"
11+
"only_include_used_icons": "node node_modules/@codegouvfr/react-dsfr/bin/only_include_used_icons.js",
12+
"predev": "yarn copy_dsfr_dist_to_public && yarn only_include_used_icons",
13+
"prebuild": "yarn copy_dsfr_dist_to_public && yarn only_include_used_icons"
1314
},
1415
"dependencies": {
1516
"react": "18.2.0",

0 commit comments

Comments
 (0)