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(nuxt): build module #833

Merged
merged 5 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/mean-ties-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@konami-emoji-blast/nuxt": patch
---

We were not building `@konami-emoji-blast/nuxt` - this updates the build step to use `@nuxt/module-builder`.
6 changes: 3 additions & 3 deletions packages/konami-emoji-blast-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
],
"scripts": {
"prebuild": "nuxi prepare",
"build": "nuxi build",
"build:release": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"build:release": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"lint": "eslint .",
Expand All @@ -53,7 +53,7 @@
"@types/node": "^22.1.0",
"eslint": "^9.0.0",
"nuxt": "^3.11.2",
"typescript": "latest",
"typescript": "~5.6",
"vue": "^3.4.37",
"vue-tsc": "^2.0.14"
},
Expand Down
Loading
Loading