mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
dev: expand website templates during build (#1095)
This commit is contained in:
parent
fedbedff4c
commit
e560b3f76e
2 changed files with 5 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -97,3 +97,7 @@ go.mod: FORCE
|
|||
go mod tidy
|
||||
go mod verify
|
||||
go.sum: go.mod
|
||||
|
||||
expand_website_templates:
|
||||
go run ./scripts/expand_website_templates/main.go
|
||||
.PHONY: expand_website_templates
|
|
@ -32,7 +32,7 @@
|
|||
"gatsby-starter"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "gatsby build",
|
||||
"build": "make -C .. expand_website_templates && gatsby build",
|
||||
"start": "gatsby develop",
|
||||
"serve": "gatsby serve",
|
||||
"clean": "gatsby clean"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue