fix package.json start for yarn usage

This commit is contained in:
neri 2020-01-23 19:12:00 +01:00
parent 42a2077e3c
commit c473afea33
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"