bug: fix copy of rln-js (#289)

This commit is contained in:
Sasha 2023-11-23 16:02:55 +03:00 committed by GitHub
parent 659078e71a
commit 504bcd4431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -93,6 +93,6 @@ def buildNextJSExample(example=STAGE_NAME) {
sh 'npm install --silent'
sh 'npm run build'
sh "mkdir -p ${dest}"
sh "cp -r out/. ${dest}"
sh "cp -r out/* ${dest}"
}
}