We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b52d0 commit 53c0ec5Copy full SHA for 53c0ec5
Makefile
@@ -28,7 +28,7 @@ format: ## Format the source code
28
@yarn run format
29
30
run: ## Launch server with example data
31
- @node ./bin/json-graphql-server.cjs example/data.js
+ @yarn run server
32
33
build: ## Build production release
34
@yarn run build
0 commit comments