File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
packages/create-vorsteh-queue Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " create-vorsteh-queue " : patch
3+ ---
4+
5+ fix build issue
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments