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

feat: update build flow for svelte-kit #561

Merged
merged 13 commits into from
Nov 1, 2022
Merged

feat: update build flow for svelte-kit #561

merged 13 commits into from
Nov 1, 2022

Conversation

cabreraalex
Copy link
Member

Fix build system to work better for Svelte and SvelteKit

Copy link
Member

@domoritz domoritz left a comment

Choose a reason for hiding this comment

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

I don't know much about svelte kit but this looks reasonable.

"files": ["./src/index.ts"],
"include": ["src/**/*"]
"include": ["src/**/*.ts", "src/**/*.svelte"],
"exclude": ["node_modules/*", "**/*.spec.ts"]
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need to exclude these? Don't we want to type check them as well?

@lgtm-com
Copy link

lgtm-com bot commented Nov 1, 2022

This pull request fixes 1 alert when merging b1021a8 into 81cf535 - view on LGTM.com

fixed alerts:

  • 1 for Syntax error

@lgtm-com
Copy link

lgtm-com bot commented Nov 1, 2022

This pull request fixes 1 alert when merging eb5914b into 81cf535 - view on LGTM.com

fixed alerts:

  • 1 for Syntax error

@domoritz domoritz changed the title build: update build flow for svelte-kit feat: update build flow for svelte-kit Nov 1, 2022
@lgtm-com
Copy link

lgtm-com bot commented Nov 1, 2022

This pull request fixes 1 alert when merging c08dcee into 81cf535 - view on LGTM.com

fixed alerts:

  • 1 for Syntax error

@domoritz domoritz merged commit dd6f785 into main Nov 1, 2022
@domoritz domoritz deleted the packaging branch November 1, 2022 16:26
@lgtm-com
Copy link

lgtm-com bot commented Nov 1, 2022

This pull request fixes 1 alert when merging 94afea0 into 81cf535 - view on LGTM.com

fixed alerts:

  • 1 for Syntax error

@vega-org-bot
Copy link
Collaborator

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants