chore(rln-js): deploy

This commit is contained in:
fryorcraken.eth 2022-09-26 13:56:02 +10:00
parent b620740049
commit ebf1d23616
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -48,6 +48,7 @@ pipeline {
stage('relay-js') { steps { script { copyExample() } } } stage('relay-js') { steps { script { copyExample() } } }
stage('store-js') { steps { script { copyExample() } } } stage('store-js') { steps { script { copyExample() } } }
stage('light-js') { steps { script { copyExample() } } } stage('light-js') { steps { script { copyExample() } } }
stage('rln-js') { steps { script { copyExample() } } }
} }
} }