Skip to content

Commit

Permalink
chore: remove unused verify script (#1616)
Browse files Browse the repository at this point in the history
<!--
  How to write a good PR title:
- Follow [the Conventional Commits
specification](https://www.conventionalcommits.org/en/v1.0.0/).
  - Give as much context as necessary and as little as possible
  - Prefix it with [WIP] while it’s a work in progress
-->

## Self Checklist

- [x] I wrote a PR title in **English** and added an appropriate
**label** to the PR.
- [x] I wrote the commit message in **English** and to follow [**the
Conventional Commits
specification**](https://www.conventionalcommits.org/en/v1.0.0/).
- [x] I [added the
**changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)
about the changes that needed to be released. (or didn't have to)
- [x] I wrote or updated **documentation** related to the changes. (or
didn't have to)
- [x] I wrote or updated **tests** related to the changes. (or didn't
have to)
- [x] I tested the changes in various browsers. (or didn't have to)
  - Windows: Chrome, Edge, (Optional) Firefox
  - macOS: Chrome, Edge, Safari, (Optional) Firefox

## Summary
<!-- Please brief explanation of the changes made -->

사용하지 않는 `verify` npm 스크립트와 스크립트 파일을 제거합니다.

### Breaking change? (Yes/No)
<!-- If Yes, please describe the impact and migration path for users -->

No
  • Loading branch information
sungik-choi authored Sep 12, 2023
1 parent f5109ec commit 842c80b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"version-packages": "changeset version && yarn --mode=\"update-lockfile\"",
"release": "turbo run build --filter='@channel.io/*' && changeset publish",
"update-snapshot": "yarn workspace @channel.io/bezier-react update-snapshot",
"verify": "ts-node -P ./supports/tsconfig/script.json ./scripts/check-yarn-version.ts",
"changeset": "changeset",
"postinstall": "husky install"
},
Expand Down
1 change: 0 additions & 1 deletion packages/bezier-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"eslint-config-bezier": "workspace:*",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig": "workspace:*"
},
"keywords": [
Expand Down
18 changes: 0 additions & 18 deletions scripts/check-yarn-version.ts

This file was deleted.

1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2622,7 +2622,6 @@ __metadata:
react: ^18.2.0
ts-jest: ^29.1.1
ts-morph: ^19.0.0
ts-node: ^10.9.1
tsconfig: "workspace:*"
bin:
bezier-codemod: dist/cli.js
Expand Down

0 comments on commit 842c80b

Please sign in to comment.