Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 4, 2022
1 parent c03d6bf commit cd70a4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/frameworks/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"build": "tsc && vite build",
"preview": "vite preview",
"copy_dsfr_dist_to_public": "node node_modules/@codegouvfr/react-dsfr/bin/copy_dsfr_dist_to_public.js",
"predev": "yarn copy_dsfr_dist_to_public",
"prebuild": "yarn copy_dsfr_dist_to_public"
"only_include_used_icons": "node node_modules/@codegouvfr/react-dsfr/bin/only_include_used_icons.js",
"predev": "yarn copy_dsfr_dist_to_public && yarn only_include_used_icons",
"prebuild": "yarn copy_dsfr_dist_to_public && yarn only_include_used_icons"
},
"dependencies": {
"react": "18.2.0",
Expand Down

0 comments on commit cd70a4f

Please sign in to comment.