Skip to content

Commit f5abaf1

Browse files
[Chore] Fix Windows Monorepo Build (#594)
1 parent 9884e7b commit f5abaf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"description": "monorepo for powersync javascript sdks",
66
"main": "index.js",
77
"scripts": {
8-
"build:packages": "pnpm run --filter './packages/**' -r build",
9-
"build:packages:prod": "pnpm run --filter './packages/**' -r build:prod",
10-
"clean:packages": "pnpm run --filter './packages/**' -r clean",
11-
"watch:packages": "pnpm run --parallel --filter './packages/**' -r build -w",
8+
"build:packages": "pnpm run --filter {./packages/**} -r build",
9+
"build:packages:prod": "pnpm run --filter {./packages/**} -r build:prod",
10+
"clean:packages": "pnpm run --filter {./packages/**} -r clean",
11+
"watch:packages": "pnpm run --parallel --filter {./packages/**} -r build -w",
1212
"changeset:version": "pnpm changeset version && pnpm install --lockfile-only --frozen-lockfile=false",
1313
"build": "pnpm run -r build",
1414
"ci:publish": "changeset publish && git push --follow-tags",

0 commit comments

Comments
 (0)