path was failling

This commit is contained in:
Belen Curcio 2020-10-02 14:59:35 -03:00
parent 4ec574e41d
commit 149f199ec5

View File

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"pre-build": "yarn generate",
"build": "next build",
"start": "next start",
"generate": "graphql-codegen"