File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
"build" : " nuxt build" ,
7
7
"dev" : " nuxt dev" ,
8
8
"generate" : " nuxt generate" ,
9
- "preview" : " NODE_OPTIONS='--import ./public/instrument.server.mjs' nuxt preview" ,
9
+ "preview" : " nuxt preview" ,
10
10
"clean" : " npx nuxi cleanup" ,
11
11
"test" : " playwright test" ,
12
12
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
Original file line number Diff line number Diff line change 6
6
"build" : " nuxt build" ,
7
7
"dev" : " nuxt dev" ,
8
8
"generate" : " nuxt generate" ,
9
- "preview" : " NODE_OPTIONS='--import ./public/instrument.server.mjs' nuxt preview" ,
9
+ "preview" : " nuxt preview" ,
10
10
"clean" : " npx nuxi cleanup" ,
11
11
"test" : " playwright test" ,
12
12
"test:build" : " pnpm install && npx playwright install && pnpm build" ,
You can’t perform that action at this time.
0 commit comments