Skip to content

Commit 61e0f95

Browse files
committed
build: fixed release issue
1 parent 8b5677e commit 61e0f95

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"//prepare": "echo Needed so that if we pull the package from git it will get built and installed properly.",
32-
"prepare": "husky && cd playground && pnpm i --ignore-scripts",
32+
"prepare": "husky && pnpm build",
3333
"build": "nuxt-module-build prepare && nuxt-module-build build && nuxi generate playground",
3434
"build:only": "nuxt-module-build build",
3535
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
@@ -61,8 +61,8 @@
6161
"es-toolkit": "catalog:"
6262
},
6363
"peerDependencies": {
64-
"@witchcraft/nuxt-utils": "^0.2.1",
65-
"@witchcraft/ui": "^0.3.2"
64+
"@witchcraft/nuxt-utils": "catalog:",
65+
"@witchcraft/ui": "catalog:"
6666
},
6767
"peerDependenciesMeta": {
6868
"@witchcraft/ui": {

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ catalog:
2525
"@types/node": ^24.3.3
2626
"@vitejs/plugin-vue": ^6.0.1
2727
"@vitest/coverage-c8": ^0.33.0
28-
"@witchcraft/nuxt-utils": ^0.3.2
29-
"@witchcraft/ui": ^0.3.2
28+
"@witchcraft/nuxt-utils": ^0.3.6
29+
"@witchcraft/ui": ^0.3.6
3030
concurrently: ^9.2.1
3131
cross-env: ^10.0.0
3232
es-toolkit: ^1.39.10

0 commit comments

Comments
 (0)