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: LDP-2678: Update package.json and fix tsconfig issue #278

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

vloss3
Copy link
Contributor

@vloss3 vloss3 commented Dec 16, 2024

No description provided.

@@ -21,7 +21,7 @@
"playground/app.vue"
],
"scripts": {
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build --stub",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

solves:
on a freshly cloned install, there is no "extends": "./playground/.nuxt/tsconfig.json" (referenced in tsconfig.json)
thus "npm run prepack" is failing => npm run dev is failing as well due to no "dist".

@vloss3 vloss3 changed the title fix: LDP-2678: Re-create package-lock and add fixes fix: LDP-2678: Update package.json and fix tsconfig issue Dec 16, 2024
@vloss3 vloss3 merged commit b8430e6 into 2.x Dec 16, 2024
1 check passed
@vloss3 vloss3 deleted the feature/LDP-2678 branch December 16, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants