Skip to content

Commit d6980af

Browse files
authored
Merge pull request #23 from noxify/fix/create-vorsteh-queue
update bin executable
2 parents f666c77 + 14143bc commit d6980af

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/young-items-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-vorsteh-queue": patch
3+
---
4+
5+
fix build issue

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"preview": "pnpm -F docs preview",
1717
"build": "turbo build",
1818
"build:docs": "turbo build --filter docs",
19-
"build:pkg": "turbo build --filter='@vorsteh-queue/*'",
19+
"build:pkg": "turbo build --filter='@vorsteh-queue/*' --filter=create-vorsteh-queue",
2020
"clean": "git clean -xdf node_modules",
2121
"clean:cache": "turbo clean:cache",
2222
"clean:workspaces": "turbo clean",

packages/create-vorsteh-queue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"bugs": "https://github.com/noxify/vorsteh-queue/issues",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/noxify/vorsteh-queue",
16+
"url": "git+https://github.com/noxify/vorsteh-queue.git",
1717
"directory": "packages/create-vorsteh-queue"
1818
},
1919
"license": "MIT",
2020
"type": "module",
2121
"bin": {
22-
"create-vorsteh-queue": "./dist/index.js"
22+
"create-vorsteh-queue": "dist/index.js"
2323
},
2424
"files": [
25-
"dist"
25+
"dist/*"
2626
],
2727
"scripts": {
2828
"build": "rolldown -c rolldown.config.ts && tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)