diff --git a/package.json b/package.json index 4182a22c67..2d80933858 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "test:visual": "PERCY_LOGLEVEL=silent npx percy exec -- npx playwright test --reporter=list", "test:coverage": "npx rimraf .nyc_output && npm run build:coverage && npm run test && npx nyc report && open coverage/index.html", "test:coverage:no-build": "npx rimraf .nyc_output && npm run test && npx nyc report && open coverage/index.html", - "test:ci": "npx rimraf .nyc_output && npm run build:coverage && npx playwright test --reporter=list --workers=1 --inverse-grep 'percy' && npx nyc report", + "test:ci": "npx rimraf .nyc_output && npm run build:coverage && npx playwright test --reporter=list --workers=1 --grep-invert 'percy' && npx nyc report", "test:ci:percy": "PERCY_LOGLEVEL=silent npx rimraf .nyc_output && npm run build:coverage && npx playwright test --reporter=list --workers=1 --grep 'percy' && npx nyc report", "watch": "npm run watch:js & npm run watch:scss", "watch:js": "nodemon --watch \"src/\" -e js --ignore dist/ --ignore app/ -x \"npm run build:js\" --on-change-only",