Skip to content

Commit

Permalink
Hotfix: Added explicit build step before publishing (#419)
Browse files Browse the repository at this point in the history
* Added explicit build step before publishing

* Upped base container resources
  • Loading branch information
danoaky-tiny authored Jun 12, 2024
1 parent a86dae8 commit 3ffd07a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@Library('waluigi@release/7') _

mixedBeehiveFlow(
container: [ resourceRequestMemory: '3Gi', resourceLimitMemory: '3Gi' ],
testPrefix: 'Tiny-Vue',
testDirs: [ "src/test/ts/atomic", "src/test/ts/browser" ],
platforms: [
Expand All @@ -24,5 +25,9 @@ mixedBeehiveFlow(
echo "Skipping as is not latest release"
}
}
},
preparePublish:{
yarnInstall()
sh "yarn build"
}
)

0 comments on commit 3ffd07a

Please sign in to comment.