Skip to content

Commit 53c0ec5

Browse files
committed
Improve makefile
1 parent e7b52d0 commit 53c0ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ format: ## Format the source code
2828
@yarn run format
2929

3030
run: ## Launch server with example data
31-
@node ./bin/json-graphql-server.cjs example/data.js
31+
@yarn run server
3232

3333
build: ## Build production release
3434
@yarn run build

0 commit comments

Comments
 (0)