File tree Expand file tree Collapse file tree 4 files changed +3
-40
lines changed Expand file tree Collapse file tree 4 files changed +3
-40
lines changed Original file line number Diff line number Diff line change 11src /test /apps /** /* linguist-documentation
22.eslintrc.js linguist-documentation
33next.config.js linguist-documentation
4- src /bin /update_dsfr_static_resources .ts - linguist-detectable
4+ src /bin /copy_dsfr_dist_to_public .ts - linguist-detectable
Original file line number Diff line number Diff line change 2222 "copy_dsfr_dist_to_root" : " node dist/bin/copy_dsfr_dist_to_root.js"
2323 },
2424 "bin" : {
25- "update_dsfr_static_resources " : " dist/bin/update_dsfr_static_resources .js"
25+ "copy_dsfr_dist_to_public " : " dist/bin/copy_dsfr_dist_to_public .js"
2626 },
2727 "lint-staged" : {
2828 "*.{ts,tsx}" : [
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 "build" : " react-scripts build" ,
2020 "test" : " react-scripts test" ,
2121 "eject" : " react-scripts eject" ,
22- "prestart" : " node node_modules/dsfr-react/bin/update_dsfr_static_resources .js"
22+ "prestart" : " node node_modules/dsfr-react/bin/copy_dsfr_dist_to_public .js"
2323 },
2424 "eslintConfig" : {
2525 "extends" : [
You can’t perform that action at this time.
0 commit comments