Skip to content

Commit

Permalink
chore: Update lerna.json and GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukearch committed Jul 8, 2024
1 parent cfa12c9 commit cbdf24b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.0",
"packages": ["packages/*", "templates/*"],
"packages": [
"packages/*",
"templates/*"
],
"registry": "https://registry.npmjs.org",
"command": {
"publish": {
"ignoreChanges": ["**/__tests__/**", "**/*.test.js", "**/*.spec.js"]
"ignoreChanges": [
"**/__tests__/**",
"**/*.test.js",
"**/*.spec.js"
]
},
"version": {
"push": false
"push": false,
"gitTagVersion": false
},
"run": {
"npmClient": "npm",
Expand All @@ -17,4 +25,4 @@
"stream": true
}
}
}
}

0 comments on commit cbdf24b

Please sign in to comment.