1.3.3 • Published 2 months ago

@talend/scripts-publish-local v1.3.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 months ago

@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"
      ]
    }
  }
}
1.3.3

2 months ago

1.3.2

2 months ago

1.3.1

5 months ago

1.3.0

6 months ago

1.2.0

1 year ago

1.1.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago