mirror of
https://github.com/waku-org/js-waku-lab.git
synced 2025-02-04 21:23:32 +00:00
chore: fix jenkinsfile
This commit is contained in:
parent
13d9fab6fe
commit
8462a725ea
11
ci/Jenkinsfile
vendored
11
ci/Jenkinsfile
vendored
@ -44,16 +44,7 @@ pipeline {
|
||||
stage('dogfooding') { steps { script { buildExample() } } }
|
||||
stage('message-monitor') { steps { script { buildExample() } } }
|
||||
stage('flush-notes') { steps { script { buildNextJSExample() } } }
|
||||
stage('buddybook') {
|
||||
steps {
|
||||
script {
|
||||
dir('examples/buddybook') {
|
||||
sh 'npm install'
|
||||
sh 'npm run build:ci'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('buddybook') { steps { script { buildExample() } } }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
- [ x ] waku connections on header should have green/yellow/red color indicator
|
||||
- [ ] clicking on the indicator should show a list of peers
|
||||
- [ ] chains can't be signed twice by an address
|
||||
- [ x ] chains can't be signed twice by an address
|
||||
- [ ] generate waku peer id using the wallet address
|
||||
- [ ] telemetry
|
||||
- [ x ] disclaimer
|
||||
|
Loading…
x
Reference in New Issue
Block a user