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
|
@ -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