chore: update @armco/* deps to latest, add Jenkinsfile for auto npm publish
Some checks failed
armco-org/Avatar/pipeline/head There was a failure building this commit
Some checks failed
armco-org/Avatar/pipeline/head There was a failure building this commit
This commit is contained in:
6
Jenkinsfile
vendored
Normal file
6
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
@Library('jenkins-shared') _
|
||||
kanikoPipeline(
|
||||
repoName: 'Avatar',
|
||||
branch: env.BRANCH_NAME ?: 'main',
|
||||
isNpmLib: true
|
||||
)
|
||||
10
package.json
10
package.json
@@ -13,11 +13,11 @@
|
||||
"publish:local": "./publish-local.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@armco/icon": "^0.0.5",
|
||||
"@armco/imageeditor": "^0.0.5",
|
||||
"@armco/shared-components": "^0.0.53",
|
||||
"@armco/types": "^0.0.11",
|
||||
"@armco/utils": "^0.0.18",
|
||||
"@armco/icon": "^0.0.13",
|
||||
"@armco/imageeditor": "^0.0.8",
|
||||
"@armco/shared-components": "^0.0.61",
|
||||
"@armco/types": "^0.0.22",
|
||||
"@armco/utils": "^0.0.31",
|
||||
"react": ">16.8.0",
|
||||
"react-dom": ">16.8.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user