Skip to content

Commit 5508db7

Browse files
committed
Add missing descr for build cmd in makefile
1 parent e138dd6 commit 5508db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ format: ## Format the source code
2424
run: ## Launch server with example data
2525
@node ./bin/json-graphql-server.js example/data.js
2626

27-
build:
27+
build: ## Build production release
2828
@NODE_ENV=production ./node_modules/.bin/webpack

0 commit comments

Comments
 (0)