mirror of https://github.com/waku-org/js-waku.git
Merge pull request #735 from status-im/build-examples
This commit is contained in:
commit
af9849c06f
|
@ -58,6 +58,7 @@ def buildExample(example=STAGE_NAME) {
|
|||
def dest = "${WORKSPACE}/build/docs/examples/${example}"
|
||||
dir("examples/${example}") {
|
||||
sh 'npm install'
|
||||
sh 'npm run build'
|
||||
sh "mkdir -p ${dest}"
|
||||
sh "cp -r build/. ${dest}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue