#739 upgrade twake-ui to 1.4.0

This commit is contained in:
lethemanh
2026-04-14 14:27:06 +07:00
parent 08911f7ad0
commit 45c0de1fe2
3 changed files with 6 additions and 12 deletions
Vendored
+1 -7
View File
@@ -19,13 +19,7 @@ pipeline {
stages {
stage('Compile') {
steps {
sh '''
cat > .npmrc << EOF
@linagora:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${GITHUB_CREDENTIAL_PSW}
EOF
'''
sh 'npm install'
sh 'npm install'
}
}
stage('Test') {