Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#699.1 Migrate to monorepo #703

Merged
merged 5 commits into from
Jan 18, 2024
Merged

#699.1 Migrate to monorepo #703

merged 5 commits into from
Jan 18, 2024

Conversation

SnowSuno
Copy link
Member

@SnowSuno SnowSuno commented Jan 17, 2024

Summary

It closes #699

#700 에서 미처 모두 해결되지 않은 자잘한 이슈들을 해결합니다

Copy link

netlify bot commented Jan 17, 2024

Deploy Preview for taxi-dev-preview ready!

Name Link
🔨 Latest commit 0043835
🔍 Latest deploy log https://app.netlify.com/sites/taxi-dev-preview/deploys/65a7d7635c52470008cda491
😎 Deploy Preview https://deploy-preview-703--taxi-dev-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@SnowSuno SnowSuno requested a review from 14KGun January 17, 2024 13:35
@@ -23,7 +23,7 @@ const Event2023FallStore = () => {
itemListToken,
])[1] || { items: [] };
const getItemFilteredList = useCallback(
(types) =>
(types: number[]) =>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reactresolution을 변경하면서 이전에는 오류가 나지 않던 줄에 대한 간단한 fix 입니다

Copy link
Member

@14KGun 14KGun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

Comment on lines +41 to +65

## Development

Run scoped scripts

```bash
pnpm <scope> <script>
```

Valid scopes are:
- `web`: Corresponds to `@taxi/web`
- ~~`app`: (intended) Corresponds to `@taxi/app`~~
- ~~`core`: (intended) Corresponds to `@taxi/core`~~

### Examples

Run `web` development server
```bash
pnpm web start
```

Install new dependency to `app`
```bash
pnpm app install <package_name>
```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@SnowSuno SnowSuno merged commit 12fac24 into dev Jan 18, 2024
4 checks passed
@SnowSuno SnowSuno deleted the #699.1-migrate-to-monorepo branch January 18, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to monorepo
2 participants