mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-13 05:54:54 +00:00
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…
x
Reference in New Issue
Block a user