Skip to content

Commit c6771ff

Browse files
committed
Remove filter again.
1 parent c8de696 commit c6771ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ COPY modules/module-mysql/src modules/module-mysql/src/
5151

5252
RUN pnpm build:production && \
5353
rm -rf node_modules **/node_modules && \
54-
pnpm install --frozen-lockfile --prod --ignore-scripts --filter '!@powersync/service-core-tests'
54+
pnpm install --frozen-lockfile --prod --ignore-scripts
5555

5656
# === TESTER ===
5757

0 commit comments

Comments
 (0)