Skip to content

Commit 48bf2f7

Browse files
committed
Fix ppx import for e2e tests
1 parent 8d5e7d4 commit 48bf2f7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/e2e/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"ava": "5.2.0",
2323
"benchmark": "2.1.4",
2424
"sury": "file:../sury",
25+
"sury-ppx": "workspace:sury-ppx",
2526
"arktype": "2.1.20",
2627
"valibot": "1.0.0",
2728
"zod": "4.0.0-beta.20250420T053007",

packages/e2e/rescript.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"suffix": ".res.mjs",
1515
"dependencies": ["sury"],
1616
"dev-dependencies": ["@dzakh/rescript-ava"],
17-
"ppx-flags": [
18-
"/Users/dzakh/code/DZakh/rescript-schema/packages/sury-ppx/bin"
19-
],
17+
"ppx-flags": ["sury-ppx/bin"],
2018
"gentypeconfig": {
2119
"generatedFileExtension": ".gen.ts"
2220
}

pnpm-lock.yaml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)