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

fix: fix building projects with TS when puppeteer and playwright are not installed #1404

Merged
merged 26 commits into from
Jul 23, 2022

Conversation

B4nan
Copy link
Member

@B4nan B4nan commented Jul 18, 2022

Closes #1398

@B4nan B4nan force-pushed the fix-ts-deps branch 8 times, most recently from eb203b3 to 6c7dd67 Compare July 20, 2022 07:58
@@ -11,7 +11,9 @@
"@crawlee/core": "file:./packages/core",
"@crawlee/memory-storage": "file:./packages/memory-storage",
"@crawlee/types": "file:./packages/types",
"@crawlee/utils": "file:./packages/utils"
"@crawlee/utils": "file:./packages/utils",
Copy link
Member Author

Choose a reason for hiding this comment

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

This is exactly what we want to test, that the build passes without those deps. Adding them makes no sense.

scripts/typescript_fixes.mjs Outdated Show resolved Hide resolved
@B4nan B4nan mentioned this pull request Jul 22, 2022
@B4nan B4nan merged commit 3e1218b into master Jul 23, 2022
@B4nan B4nan deleted the fix-ts-deps branch July 23, 2022 15:07
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.

TSC build error
2 participants