Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
fix start script
Browse files Browse the repository at this point in the history
  • Loading branch information
Inambe authored Sep 29, 2020
1 parent b5d3577 commit eb97d70
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 @@ -56,7 +56,7 @@
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"start": "npm run dev",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests!\" && exit 1"
Expand Down

0 comments on commit eb97d70

Please sign in to comment.