Skip to content

Commit

Permalink
Revert "deploy: use npm exec serve (#16)"
Browse files Browse the repository at this point in the history
This reverts commit 6f00950.
  • Loading branch information
rdubigny authored Jul 23, 2024
1 parent 6f00950 commit 5b75777
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": "npx serve dist"
"start": "vite --port $PORT"
},
"dependencies": {
"@codegouvfr/react-dsfr": "^1.9.27",
Expand Down

0 comments on commit 5b75777

Please sign in to comment.