Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dsw-000: disable nuxt build and preview temporarily #101

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"build": "echo \"Error: Lit SSR is currently not working in Nuxt. So we have disabled the build to avoid false positives.\" && exit 0",
"dev": "nuxt dev",
"generate": "nuxt generate",
"playwright:show-report": "npx playwright show-report ../playwright-reports/nuxt-app-playwright-report",
"preview": "nuxt preview",
"preview": "echo \"Error: Lit SSR is currently not working in Nuxt. So we have disabled the preview to avoid false positives.\" && exit 0",
"postinstall": "nuxt prepare",
"test:system": "APP_NAME=nuxt-app npx playwright test -c ../playwright.config.ts",
"test:visual": "PERCY_TOKEN=${PERCY_TOKEN_PIE_APERTURE_NUXT} npx percy exec -- wdio run ./wdio.conf.js",
Expand Down
Loading