Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit 94b4a0f

Browse files
committed
Switch to using netlify dev
1 parent 3636f9a commit 94b4a0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ typings/
7070

7171
# Docs Custom
7272
.cache/
73+
.netlify
7374
public
7475
yarn-error.log
7576

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"serve": "gatsby build && NODE_ENV=production gatsby serve",
1111
"build": "gatsby build",
12-
"dev": "gatsby develop",
12+
"dev": "netlify dev",
1313
"lint": "eslint . --ext .js --cache",
1414
"posttest": "yarn lint",
1515
"cy:open": "cypress open",

0 commit comments

Comments
 (0)