Created deployment
This commit is contained in:
@@ -12,6 +12,14 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('📦 Install dependencies') {
|
||||
steps {
|
||||
sh 'npm install -g yarn'
|
||||
sh 'corepack enable'
|
||||
sh 'corepack prepare yarn@3.2.1 --activate'
|
||||
sh 'yarn install --immutable'
|
||||
}
|
||||
}
|
||||
stage("🧱 Building") {
|
||||
steps {
|
||||
sh 'yarn run build'
|
||||
|
||||
Reference in New Issue
Block a user