@talend/scripts-publish-local

1.3.3 • Public • Published

@talend/scripts-publish-local

This package provide a CLI: 'talend-publish-local'. This CLI give you a way to handle a local instance of verdaccio and configure your environment to point yarn and npm on it. Once you stop it (ctrl+c) it reconfigures npm and yarn as before. Then it executes a series of commands that you provide using a json configuration file.

    talend-publish-local --config=./redux4.json
    // of
    talend-scripts publish:local  --config=./redux4.json

Configuration file example:

{
  "repositories": {
    "Talend/ui": {
      "path": "../ui",
      "branch": "jmfrancois/chore/update-redux",
      "commands": [
        "yarn pre-release",
        "yarn changeset version",
        "yarn changeset publish"
      ]
    },
    "Talend/ui-private": {
      "path": "../ui-private",
      "branch": "jmfrancois/chore/update-redux",
      "commands": [
        "yarn install",
        "talend-scripts upgrade:deps",
        "yarn run pre-release",
        "yarn changeset version",
        "yarn changeset publish"
      ]
    },
    "Talend/myproject": {
      "path": "../myproject/webapp",
      "branch": "jmfrancois/chore/update-redux",
      "commands": [
        "yarn install",
        "talend-scripts upgrade:deps"
      ]
    }
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @talend/scripts-publish-local

Weekly Downloads

1

Version

1.3.3

License

Apache-2.0

Unpacked Size

21.6 kB

Total Files

12

Last publish

Collaborators

  • talend-frontend