File tree Expand file tree Collapse file tree 6 files changed +76
-2562
lines changed
backstage-plugin-language-info-card
backstage-plugin-language-info-processor Expand file tree Collapse file tree 6 files changed +76
-2562
lines changed Original file line number Diff line number Diff line change 5353 registry-url : " https://registry.npmjs.org/"
5454
5555 - name : Publish to npm
56- run : yarn publish-to- npm
56+ run : yarn publish: npm
5757 env :
5858 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "npmClient" : " yarn"
55}
Original file line number Diff line number Diff line change 2222 "lint:all" : " yarn lint && yarn prettier:check" ,
2323 "test" : " CI=true lerna --scope '@hpatoio/*' run test" ,
2424 "build" : " lerna run build" ,
25- "publish:npm" : " lerna publish" ,
25+ "publish:npm" : " lerna publish from-git --yes " ,
2626 "prettier:fix" : " npx --yes prettier --write ." ,
2727 "prepare" : " husky" ,
2828 "clean" : " backstage-cli repo clean"
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpatoio/backstage-plugin-language-info-card" ,
3- "version" : " 1.0.23 " ,
3+ "version" : " 1.1.0 " ,
44 "license" : " Apache-2.0" ,
55 "main" : " src/index.ts" ,
66 "types" : " src/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @hpatoio/backstage-plugin-language-info-processor" ,
3- "version" : " 0 .1.0" ,
3+ "version" : " 1 .1.0" ,
44 "license" : " Apache-2.0" ,
55 "private" : true ,
66 "main" : " src/index.ts" ,
You can’t perform that action at this time.
0 commit comments