mirror of https://github.com/waku-org/js-waku.git
Remove root build step when deploying examples
This commit is contained in:
parent
a94351f265
commit
3b15a32f12
|
@ -58,7 +58,6 @@ 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