Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 209fdea

Browse files
crwilcoxJustinBeckwith
authored andcommitted
docs: Modify source location for templates (#410)
1 parent 3e795af commit 209fdea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.jsdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
source: {
3232
excludePattern: '(^|\\/|\\\\)[._]',
3333
include: [
34-
'src'
34+
'build'
3535
],
3636
includePattern: '\\.js$'
3737
},

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818

1919
logging.basicConfig(level=logging.DEBUG)
2020
common_templates = gcp.CommonTemplates()
21-
templates = common_templates.node_library()
21+
templates = common_templates.node_library(source_location='build')
2222
s.copy(templates)

0 commit comments

Comments
 (0)