We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedbedf commit e560b3fCopy full SHA for e560b3f
Makefile
@@ -97,3 +97,7 @@ go.mod: FORCE
97
go mod tidy
98
go mod verify
99
go.sum: go.mod
100
+
101
+expand_website_templates:
102
+ go run ./scripts/expand_website_templates/main.go
103
+.PHONY: expand_website_templates
docs/package.json
@@ -32,7 +32,7 @@
32
"gatsby-starter"
33
],
34
"scripts": {
35
- "build": "gatsby build",
+ "build": "make -C .. expand_website_templates && gatsby build",
36
"start": "gatsby develop",
37
"serve": "gatsby serve",
38
"clean": "gatsby clean"
0 commit comments