diff --git a/.changeset/young-items-bathe.md b/.changeset/young-items-bathe.md new file mode 100644 index 0000000..b988354 --- /dev/null +++ b/.changeset/young-items-bathe.md @@ -0,0 +1,5 @@ +--- +"create-vorsteh-queue": patch +--- + +fix build issue diff --git a/package.json b/package.json index ba722b1..b4ee45a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "preview": "pnpm -F docs preview", "build": "turbo build", "build:docs": "turbo build --filter docs", - "build:pkg": "turbo build --filter='@vorsteh-queue/*'", + "build:pkg": "turbo build --filter='@vorsteh-queue/*' --filter=create-vorsteh-queue", "clean": "git clean -xdf node_modules", "clean:cache": "turbo clean:cache", "clean:workspaces": "turbo clean", diff --git a/packages/create-vorsteh-queue/package.json b/packages/create-vorsteh-queue/package.json index 5d43d0c..012c5e6 100644 --- a/packages/create-vorsteh-queue/package.json +++ b/packages/create-vorsteh-queue/package.json @@ -13,16 +13,16 @@ "bugs": "https://github.com/noxify/vorsteh-queue/issues", "repository": { "type": "git", - "url": "https://github.com/noxify/vorsteh-queue", + "url": "git+https://github.com/noxify/vorsteh-queue.git", "directory": "packages/create-vorsteh-queue" }, "license": "MIT", "type": "module", "bin": { - "create-vorsteh-queue": "./dist/index.js" + "create-vorsteh-queue": "dist/index.js" }, "files": [ - "dist" + "dist/*" ], "scripts": { "build": "rolldown -c rolldown.config.ts && tsc -p tsconfig.build.json",