Skip to content

Commit

Permalink
[Chore] Update configs and scripts (#3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls authored Jun 26, 2024
1 parent 28ed28a commit 3ee99e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"runtimes-node-commonjs",
"runtimes-node-module",
"playground-web",
"thirdweb-dashboard"
"thirdweb-dashboard",
"eslint-config-thirdweb",
"@thirdweb-dev/tsconfig"
],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always",
Expand Down
1 change: 0 additions & 1 deletion .changeset/khaki-apricots-turn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"eslint-config-thirdweb": patch
"@thirdweb-dev/merkletree": patch
"@thirdweb-dev/react-core": patch
"@thirdweb-dev/payments": patch
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"generate-snippets": "node ./scripts/generate-snippets/index.mjs",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build && changeset publish",
"release": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build:release && changeset publish",
"version-packages:nightly": "node scripts/pre-nightly.mjs && changeset version --snapshot nightly",
"release:nightly": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build && changeset publish --tag nightly",
"release:nightly": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build:release && changeset publish --tag nightly",
"push": "turbo run push --filter=./packages/* --filter=./legacy_packages/**",
"hotlink-init": "node ./scripts/hotlink/hotlink-init.mjs",
"hotlink-revert": "node ./scripts/hotlink/hotlink-revert.mjs"
Expand Down

0 comments on commit 3ee99e5

Please sign in to comment.