Skip to content

Commit

Permalink
add messaging to build and preview to prevent confusion (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamieomaguire authored Apr 5, 2024
1 parent 0faa917 commit 8a1040c
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8a1040c

Please sign in to comment.