drop develop script in favor of start

This commit is contained in:
Karol Wypchlo 2020-02-28 11:05:57 +01:00
parent dad2ab1246
commit b5a7139821
1 changed files with 1 additions and 2 deletions

View File

@ -46,9 +46,8 @@
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,html,css,scss}\"",
"start": "yarn run develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},