Revision c45a766dc04fb78dda29f62467a24dd24570ec0c authored by Eric Prud'hommeaux on 01 August 2021, 17:01:44 UTC, committed by Eric Prud'hommeaux on 01 August 2021, 17:01:44 UTC
1 parent a870f35
Raw File
lerna.json
{
  "version": "1.0.0-alpha.17",
  "npmClient": "npm",
  "hoist": true,
  "command": {
    "publish": {
      "ignoreChanges": [
        "ignored-file",
        "*.md"
      ],
      "message": "chore(release): publish",
      "registry": "https://registry.npmjs.org"
    },
    "bootstrap": {
      "ignore": "component-*",
      "npmClientArgs": [
        "--no-package-lock"
      ]
    }
  },
  "packages": [
    "packages/*"
  ]
}
back to top