remove changeset (#11259)
Showing
.changeset/README.md
deleted
100644 → 0
... | ... | @@ -23,10 +23,6 @@ |
"lint:shellcheck": "find . -type f -name '*.sh' -not -path '*/node_modules/*' -not -path './packages/contracts-bedrock/lib/*' -not -path './packages/contracts-bedrock/kout*/*' -exec sh -c 'echo \"Checking $1\"; shellcheck \"$1\"' _ {} \\;", | ||
"preinstall": "npx only-allow pnpm", | ||
"ready": "pnpm lint && pnpm test", | ||
"release": "npx nx run-many --target=build --skip-nx-cache && pnpm changeset publish", | ||
"release:check": "changeset status --verbose --since=origin/main", | ||
"release:publish": "pnpm install --frozen-lockfile && npx nx run-many --target=build && pnpm build && changeset publish", | ||
"release:version": "changeset version && pnpm install --lockfile-only", | ||
"install:foundry": "curl -L https://foundry.paradigm.xyz | bash && pnpm update:foundry", | ||
"update:foundry": "bash ./ops/scripts/install-foundry.sh", | ||
"check:foundry": "bash ./packages/contracts-bedrock/scripts/checks/check-foundry-install.sh", | ||
... | ... | @@ -43,7 +39,6 @@ |
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.23.10", | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@types/node": "^20.14.12", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
... | ... | @@ -61,6 +56,5 @@ |
"typescript": "^5.5.4" | ||
}, | ||
"dependencies": { | ||
"@changesets/cli": "^2.27.7" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment