Skip to content

Commit

Permalink
deploy: use npm exec serve
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jul 19, 2024
1 parent 191bd21 commit c413d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "copy-dsfr-to-public",
"predev": "only-include-used-icons",
"prebuild": "only-include-used-icons",
"start": "vite --port $PORT"
"start": "npm exec serve --port $PORT dist"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.9.27",
Expand Down

0 comments on commit c413d5f

Please sign in to comment.