Skip to content

Commit cfbc527

Browse files
committed
fix(test.cli): add NODE_OPTIONS=--experimental-vm-modules with prettier v3
1 parent efdb234 commit cfbc527

File tree

2 files changed

+17
-111
lines changed

2 files changed

+17
-111
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"release.resetroot": "cp dist/pnpm-workspace.yaml pnpm-workspace.yaml",
3232
"story.build.headless": "nx build-storybook headless",
3333
"story.headless": "nx storybook headless",
34-
"test.cli": "nx test cli",
34+
"test.cli": "NODE_OPTIONS=--experimental-vm-modules nx test cli",
3535
"test.headless": "nx component-test headless",
3636
"test.visual.headless": "nx visual-test headless",
3737
"test.pw.headless": "nx e2e headless",
@@ -136,7 +136,7 @@
136136
"np": "^8.0.4",
137137
"nx": "17.1.3",
138138
"postcss": "^8.4.29",
139-
"prettier": "^2.8.8",
139+
"prettier": "^3.2.5",
140140
"prettier-plugin-tailwindcss": "^0.4.1",
141141
"pretty-quick": "^4.0.0",
142142
"qwik-nx": "^1.0.8",

pnpm-lock.yaml

Lines changed: 15 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)