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 e138dd6 commit 5508db7Copy full SHA for 5508db7
Makefile
@@ -24,5 +24,5 @@ format: ## Format the source code
24
run: ## Launch server with example data
25
@node ./bin/json-graphql-server.js example/data.js
26
27
-build:
+build: ## Build production release
28
@NODE_ENV=production ./node_modules/.bin/webpack
0 commit comments