Skip to content

Commit 3ed093d

Browse files
committed
add missing filter to build:pkg
1 parent 473f7bd commit 3ed093d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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",

0 commit comments

Comments
 (0)