Skip to content

Commit e05bdb3

Browse files
committed
fix tests, dev command, cleanup
1 parent 64e606a commit e05bdb3

15 files changed

+490
-937
lines changed

.babelrc

Lines changed: 0 additions & 10 deletions
This file was deleted.

.flowconfig

Lines changed: 0 additions & 10 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

netlify.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
functions = "handler"
33
command = "npm run download && npm run build"
44
publish = "public/"
5-
6-
[watch]
7-
functions = "handler"
5+
[dev]
86
command = "npm run download && npm run build"
97
publish = "public/"
8+
functions = "handler"
109
[[headers]]
1110
for = "/graphql*"
1211
[headers.values]

0 commit comments

Comments
 (0)