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 c339905 commit b791a1eCopy full SHA for b791a1e
ci/Jenkinsfile
@@ -69,7 +69,7 @@ pipeline {
69
}
70
71
72
-def buildExample(example=STAGE_NAME, outDir='build) {
+def buildExample(example=STAGE_NAME, outDir='build') {
73
def dest = "${WORKSPACE}/build/docs/${example}"
74
dir("examples/${example}") {
75
sh 'npm install --silent'
0 commit comments