Skip to content

Commit

Permalink
Update changesets config
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 28, 2023
1 parent 5ab2464 commit fd0b600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@kadena/bootstrap-lib", "@kadena/integration-tests"]
"ignore": ["@kadena/bootstrap-lib"]
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"lint:versions": "syncpack list-mismatches",
"lint:fix-versions": "syncpack fix-mismatches",
"test": "turbo run test",
"publish-packages": "turbo run build lint test && changeset version && changeset publish",
"publish-set": "git checkout .changeset/config.json && tsx --no-warnings ./packages/tools/scripts/publish-set.ts && pnpm publish-packages && git checkout .changeset/config.json"
"select": "git checkout .changeset/config.json && tsx --no-warnings ./packages/tools/scripts/publish-set.ts",
"version": "changeset version",
"publish": "changeset publish"
},
"engines": {
"node": ">=16",
Expand Down

0 comments on commit fd0b600

Please sign in to comment.