Pass args thru nx

This commit is contained in:
Michael Telatynski 2026-04-09 15:50:51 +01:00
parent 561dbd32be
commit 917237fc3c
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -30,9 +30,9 @@
"lint:types": "nx lint:types",
"lint:style": "stylelint \"res/css/**/*.pcss\"",
"test": "nx test:unit",
"test:playwright": "nx test:playwright",
"test:playwright:open": "nx test:playwright --ui",
"test:playwright:screenshots": "nx test:playwright:screenshots",
"test:playwright": "nx test:playwright --",
"test:playwright:open": "nx test:playwright -- --ui",
"test:playwright:screenshots": "nx test:playwright:screenshots --",
"coverage": "pnpm test --coverage",
"analyse:webpack-bundles": "webpack-bundle-analyzer webpack-stats.json webapp"
},